Open httpd.conf which is in the conf folder of Apache
Add this anywhere
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
You may need to change the location of c:/php/ to where it is located but that is where it is on default
Save the conf file than restart apache.