Posted by Frel on 09/08/06 11:19
Hi,
I'm not getting php to do anything in the following index.htm script
Php works fine as a .php script but placing it in a html script yields
zip, nada, zilch.
Is it a httpd problem or php.ini ???
TIA, frel
=======================
<html><head><title>Firstpage by me served</title></head>
<body>
let's try that again with some php
<b>
<?php
print "hello php";
?>
</b>
</body>
</html
[Back to original message]
|