I am getting closer here is a copy of my apache conf file.
http://www.geocities.com/rainbowstop/apachefile.html
when I type in
Http://localhost/test.php
I get
<html>
<head><title>PHP TEST</title>
</head>
<body>
<p>This is an HTML line
<p>
<?php
echo
"This a PHP line";
phpinfo();
?>
</body>
</html>
does anyone know where the problem lies.
I have been working on this so long my eyes are crossing..
Thank you in advance.
naomi