Posted by:
yfastud
(---.cable.mindspring.com)
Something must be wrong since I try it and it works just fine as you can see here:
[
test.jlbn.com]
and the code as follows:
<!-- Programmer : yfastud -->
<!-- Date : October 29, 2006 -->
<!-- File : test.php3 -->
<html>
<head>
<title>
Test
</title>
</head>
<body>
<p>
<img src="jlbn.gif">
</p>
<H2>How does PHP function?</h2>
<p>
This line is written with HTML
</p>
<?php echo "But this line is written with PHP"; ?>
</body>
</html>
Check to see if you missing anything in your code?
Hope this help