in da apache folder u should find a file http.conf this reltaive path on a basic install
Apache\conf\httpd.conf
open this in ur fav txt editor and do a serach for php, add in the following lines
where path == the path to ur php dir eg. c:/php/
ScriptAlias /php/ "<path to php>"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
save this and restart ur apache (nb / forward slashes are not mistakes these r requied for paths in apache)
good luck let me know how u get on and if u hav more problems try sending more info