I have installed the following
- PHP 4.3.6 and installer
- Apache 1.3.3
- Mysql 4.0
My problem is that after follwing all the install files... and using
localhost, I can not veiw the info written in PHP in my test.php file.  I
can read the the html in the same file.  Useing "view source" I can see the
PHP.  More info... I have attemped this install on two operating systems WIN
ME and XP.  Apache is running correctly(localhost), I believe the problem is
in the httpd.config or in the confusing PHP install.
I have downloaded apache to "C:/program files/apache group/apache"
I have downloaded and placed PHP in a folder "C:/php"... then ran the
installer. This placed the php.ini file in C:/windows.
In the httpd.config file I have inserted the following statements
scriptalias /php/ "C:/php/"
action application/x-httpd-php /php/php-cgi.exe
addtype application/x-httpd-php .php
In the php.ini file I have added the "extension=php_mysql.dll"  mysql
support.
My test.php file is in "C:/program files/apache group/apache/htdocs"

Can anyone help me??? Thank you!!!

Reply via email to