PHP problem (source code shows not the design)

A

Anonymous

Guest
Make sure in your apache httpd.conf you have these two lines

LoadModule php4_module libexec/libphp4.so

and

AddType application/x-httpd-php .php .phtml
 
Back
Top