What code are you seeing? The php code or the html code it would produce?
If it's the html code it would generate, then you're not sending the write headers for it (ie ContentType: text/html), and if it's the PHP code then you haven't edited the httpd.conf file that apache uses to tell it about the existance of PHP. ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" in your conf file, where c:/php is the path you installed PHP to. Ross -----Original Message----- From: H. White [mailto:[EMAIL PROTECTED]] Sent: 09 November 2001 17:37 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Apache will not parse HELP PLEASE Big problem can not figure out why my php files will not parse on Apache 1.3.22 installed on windows 98 I installed Apache and PHP 4.06 and followed directions to the letter 4 times over. I know both work independently in fact when I run Apache is says "Apache/1.3.22 <Win32> PHP/4.06 running... "and when I run phpinfo() -i from the command prompt it spits out the phpinfo but when I do a test file with any scripts <? phpinfo(); ?> and save it to my root htdocs as test.php all I see when open with my browser "http://localhost/test.php" is the code. It is like nothing is happening and the script is not being passed to the PHP module. I have been racking my brain and have followed every manual and direction and nothing. Definitely frustrated... Thanks in Advance ****************************************************** H. White of HWORB "Where Radiance meets Function" www.hworb.net Complete Multi-Media Services: Graphics, Web, Document, Marketing, & Consulting ****************************************************** " Beware of TRUE Desire, because it is unyielding and knows no limit " -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]