Hi Ashley, I think you didn't told Apache to parse PHP. You have to add the following lines into the httpd.conf:
| LoadFile "C:/www/apache/bin/php4ts.dll" | LoadModule php4_module "C:/www/apache/bin/php4apache2.dll" | AddType application/x-httpd-php .php .php4 .php3 .phtml (without "|", replace the Paths & Filenames) If you don't want to configure everything yourself take a preconfigured package - like "WAMPP" from http://www.apachefriends.org/index-en.html It comes with Apache 2, PHP, MySQL, Perl, ... Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php