I have installed PHP on my computer successfully before,
but it is very strange to find that it doesn't work now.
when I use "<? phpinfo ?> as a test file. I only see this text, not the
PHP information.
Below is all steps that I did. I think that I followed every step
described at www.php.net. Can someone please have a look and let me know
what is wrong?
This PHP installation is the first step for our project. So any immediate
help is bestly appreciated!
========how I install PHP with Apache 2====
install Apache2.0 and test it at [url]http://localhost,[/url]
and download the latest version of the Microsoft Data Access Components
(MDAC)
Extract php-4.3.7-win32 to C:\PHP
copy C:\PHP\php4ts.dll to C:\Windows\System32, also copy it to
c:\php\sapi
copy C:\PHP\php.ini-recommended to C:\Windows and rename it to php.ini
stop Apache server, copy C:\Program Files\Apaceh
Group\Apache2\conf\httpd.default to httpd.conf,
and insert the following two lines into the Apache httpd.conf file:
LoadModule php4_module "c:/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php