JeRRy wrote:
Hi,

I want to run my php scripts, mysql from home. Now
after being pointed to download apache for Windows as
well as mysql for windows I have installed them both. Apache loads fine on localhost as I have tested it. But I can't get my php pages to load correctly via
apache. It shows html correctly but not php. Is
there something I need to add to apache to get php to
work with it? If so where can I download it from and
any instructions on installing it please.


Thanks for your time.

Jerry

Go straight to the source....


http://www.php.net/manual/en/install.windows.php

If it's just showing the php code on the page, you probably need to add this line to your httpd.conf file and restart apache....

AddType application/x-httpd-php .php

Also, you'll do better going here with php questions....

http://www.php.net/mailing-lists.php

HTH


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to