Hi All, I have a site which has build in php4.0 I want to redesign my site....... Now i work in php5.0. can i run this code in php5.0... i use wamp server..... please tell me some instructions which i should keep in mind....... Thank you;
Most code written for PHP 4 will still work with PHP 5. Here are some things you should know/Keep in mind. www.php.net/manual/en/migration5.php
Usually, not. Yet there are a few exceptions. Try it out, and if there are problems, post them here, along with your code.
This is not a PHP4/5 issue. The short tags can be enabled in php.ini short_open_tag = On Code (markup): They still work in PHP 5... but its usage is not recommended.