make sure you have the following lines in your httpd.conf:
AddType application/x-httpd-php .php
LoadModule php4_module "path/to/php_module/here"
AddModule name_of_your_version_of_modphp
DirectoryIndex index.html index.htm index.php index.php3
HTH
Jonathen