Preparation: Download apache_2.0.44-win32-x86-no_ssl.exe in http://www.apache.org download php-4.3.0-win32.zip installation steps: uninstall default installation to end 2, unzip p
Preparation: Download php-4.3.0-win32.zip installation steps in http://www.apache.org Unzip: uninstall the default installation to the end of 2、decompress php-4.3.0-win32.zip to c: 3. copy the file c: http://www.php.net to the Windows directory and rename it php. ini, also copy the c: php-4.0.3-Win32php4ts.dll to the windowssystem Directory (For Win98) or to the winntsystem32 Directory (For NT4/NT5 ). 4. Use Notepad to edit the file C: Program FilesApache GroupApache2confhttpd. conf adds two lines: LoadModule php4_module c:/php-4.3.0-Win32/sapi/php4apache2. dll AddType application/x-httpd-php. php 5. restart Apache. The entire installation process is complete. it is actually in httpd. add the php module to conf... Test: 1. Use Notepad to write a test. php file and save it to C: Program FilesApache GroupApache2htdocs. the content is as follows: 2. open your browser and run: http: // localhost/test. php.