Hi, I'm trying out my first simple php snippet, but the code is displaying in the browser instead of executing. Can you see what I'm doing wrong? Here's the code:
PHP Code:
<?php
echo "Hello World";
?>
But the browser ouputs:
Quote:
<?php
echo "Hello World";
?>
|
What am I doing wrong??