Beginner Question
Posted: Fri Nov 14, 2003 6:43 pm
I am brand new to PHP (1 hour) and cannot get a web page to execute the php. Here is the whole code for the page. I do not have any idea what the problem is. I will also include the view source from the bowser after the page loads.
CODE:
<HTML>
<BODY bgcolor=blue text=white>
<?php
echo "Hello World";
?>
</body>
</html>
VIEW SOURCE IN BROWSER:
<HTML>
<BODY bgcolor=blue text=white>
<?php
echo "Hello World";
?>
</body>
</html>
It appears to me that PHP is not processing the code, is that true and what do I do to get it to work???
CODE:
<HTML>
<BODY bgcolor=blue text=white>
<?php
echo "Hello World";
?>
</body>
</html>
VIEW SOURCE IN BROWSER:
<HTML>
<BODY bgcolor=blue text=white>
<?php
echo "Hello World";
?>
</body>
</html>
It appears to me that PHP is not processing the code, is that true and what do I do to get it to work???