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.
<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.