tips/links for converting asp into php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fetlock
Forum Newbie
Posts: 2
Joined: Sun Aug 03, 2003 2:42 pm

tips/links for converting asp into php?

Post by fetlock »

Hey all,

Any tips or links to help an ASP programmer convert around 3k lines of ASP into PHP?

I have a PHP 4.0 book, but it doesn't cover simple things like comparison operators.

Previous projects I've done in PHP have been very simple and from scratch, so this is completely different.

Thanks.
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

look up asp2php
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

The manual - at http://www.php.net should help too.

Mac
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

Don't forget specific tutorials.
fetlock
Forum Newbie
Posts: 2
Joined: Sun Aug 03, 2003 2:42 pm

Post by fetlock »

Wow! 8)
The link http://linux1.idg.dk/asp2php really made quick work of the bulk of it! Now it's down to just cleaning up and hunting down the errors remaining!

Thanks!!!! :D
Post Reply