Check your httpd.conf file. Make sure that you have the :
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
uncommented and make sure that you have
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
#
And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
something like that near the bottom.
Hope that helps. Take a break get some coffee , or finish up the last couple Jolt Colas in the fridge 🙂 .
Hope this Helps!