Hi thank you for your response.
I opened up my httpd.conf file and tried to add the following :
Under <IfModule mime_module> I entered
application/x-httpd-php php
application/x-httpd-php-source phps
I want to use php within html as in for example, I want to fill in a name entry that was just filled in using an htlm form via post, I want to retrieve that by say
<?php echo "$name" ?>
I will try your suggestion of changing to .php, I will laugh if it is that simple, unfortunately I have already destroyed and rebuilt my server so I will need to re-write the virtual hosts to resolve my domains
Anyway thanks again