> Please help, my apache only load the content of a php instead of runnnig
it.

Make sure you have a line in your httpd.conf file which reads:

AddType application/x-httpd-php .php

or, for PHP3:

AddType application/x-httpd-php .php3

-- Kevin



Reply via email to