Note: Some of this is straight from install.txt
Extract the distribution file to a directory of your choice.
C:\PHP\ is a good start.
put php4ts.dll and php4apache.dll into the same dir
Copy the file, php.ini-dist to your windows directory and rename it to php.ini
Edit your php.ini file:
change the 'extension_dir' setting to c:\php
Set the 'doc_root' to point to your webservers document root.
Choose which extensions you would like to load when PHP starts. Do this by uncommenting the "extension=php_...' line for each extension you want. Note that some require other files/libraries.
now save php.ini
Open apache's httpd.conf file and enter ONE of the following:
FOR CGI VERSION:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
FOR MOD VERSION:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
Save httpd.conf
Now restart Apache and run a php file with phpinfo(). If you get a list of your settings then php is working on your server 🙂
i have MSN messenger if you need more help daphreeek@neuron.net.nz
Its really simple to do 🙂 I'd b happy help out