hi Friends...!
i have add the following to my httpd.conf file as like this
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
configure the path to php.ini
PHPIniDir "C:/php/"
even though i got a error message like this...!
httpd.exe:syntax error on line 130 of c:Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf : cannot load c:/php/php5apache2_2.dll into server: The specified procedure could not be found
what may be the error..?