make sure that u have
LoadModule php5_module "path/to/dll/php5apache2.dll"
AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml .phptin your httpd.conf file and the name of the php file ends in .php or .php5 or .php4 or .php3 or .phtml or .phpt(what ever u give in the httpd.conf)
