Posted: Sun Aug 10, 2003 8:35 pm
well I'm a newbie too, you can't rename it to html extension, it won't work, it has to be .php extension
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Think the problem might be there...Then I rename it to html to see if works.
Code: Select all
<html>
<body>
<?php
echo "foo";
?>
</body>
</html>Code: Select all
<?php
echo "
<html>
<body>
foo
</body>
</html>
";
?>Yes. Still, how you present that fact can vary...m3rajk wrote:like in anything, before you look to see if it's a zebra, make sure it's not a horse.