Why this code instead of foo prints the following two lines (even here):
<html> <body> <?php echo "<p>foo</p>"; ?> </body> </html> PHP for the first time I see, and an example is copy-paste from wikipedia.
<html> <body> <?php echo "<p>foo</p>"; ?> </body> </html>
PHPneed an interpreter, as it were. - user207618{}- VenZell