How can I use PHP5 on my server that has PHP4 default?
Just place this in your .htaccess file:
AddType application/x-httpd-php5 .php
How can I use PHP5 on my server that has PHP4 default?
Just place this in your .htaccess file:
AddType application/x-httpd-php5 .php