How to fix this simple Php Code?

  • Thread starter Thread starter Ayro Patagnan
  • Start date Start date
A

Ayro Patagnan

Guest
<html>
<head> <title>Hello World</title> </head>
<body>
<b>
<?php
echo "<font size='4'>Hello World!<font>";
?>

</body>
</html>

The Output is always like this:

Hello World!"; ?>


---Please Help? I can't figure out why...
Thanks for the responses.
 
Back
Top