Action application/x-httpd-php "/cgi-bin/php.exe"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .phtml
AddType application/x-httpd-php4 .php3
AddType application/x-httpd-php4 .x
AddType application/x-httpd-php4 .love
use the above lines in the config file. move the php.exe file in the cgi-bin directory of Apache.
and place the php.ini and the dll files in teh directory c:\windows\
the problem with ur setup is that Apache is not recoznising php files. thus change the above codes in the httpd.conf file
cheers
klyan