Do a "View Source" in your web browser and see if you can see the php code in the page or not. If the PHP code is showing in the source, then you missed one of the files you needed to add to httpd.conf.
Also, make sure you restart apache (easy way is :
killall -9 httpd
httpd
to be sure that all the children are killed before the httpd parent restarts.