Page 1 of 1

tips/links for converting asp into php?

Posted: Sun Aug 03, 2003 2:42 pm
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.

Posted: Sun Aug 03, 2003 2:44 pm
by m3rajk
look up asp2php

Posted: Sun Aug 03, 2003 2:55 pm
by twigletmac
The manual - at http://www.php.net should help too.

Mac

Posted: Sun Aug 03, 2003 3:01 pm
by evilmonkey
Don't forget specific tutorials.

Posted: Sun Aug 03, 2003 3:20 pm
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