Logged In: YES
user_id=316810

I'm not sure what you mean by the php not displaying
correctly but I'm guessing that you haven't
uncommented the appropriate strings in the httpd.conf
file. This is where you turn php parsing on.

To get to the config file from the Finder select "Go to
Folder..." from the "Go" menu. A sheet should pop out
of a Finder window. Type in "/etc/httpd/". This will bring
you to the folder where the config file is located.

What you want to do now is open the httpd.conf file and
find the following lines and remove the # from the
beginning of the lines:

#LoadModule php4_module libexec/httpd/
libphp4.so

#AddModule mod_php4.c

#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps

You'll have to restart the webserver for things to take
effect.

-matt