Goto the Readme.txt file in the PHP folder scroll down a little
You can either Install it as a Module or as CGI.
I normally use CGI..
Copy this in anywhere in the httpd.conf file for Apache.
ScriptAlias /php/ "c:/winnt/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"