Simple PHP file
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-03-17T04:44:35Z
Indexed on
2010/03/17
4:51 UTC
Read the original article
Hit count: 349
Here is my code
<html>
<body>
<?php
echo "<b>Hello World</b> <br />";
?>
</body>
</html>
I have named the file as test.php but I dont get the desired output in my firefox 3.6 browser.
Output
Hello World
"; ?>
© Stack Overflow or respective owner