Jump to content

What do I have to do to convert PHP3 pages to PHP4 pages?


geethalakshmi

Recommended Posts

you can add following line in your httpd.conf file to execute php3 files with rename them with php extension...

 

AddType application/x-httpd-php .php .php3

 

however for compatibility you need to refer change log on following link

 

http://www.php.net

 

however i suggest you to migrate to PHP5 instead of PHP4. See link below:

 

http://www.php.net/downloads.php#v4

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.