- Code: Select all
<html>
<head></head>
<body>
Welcome!
<br />
<?php
// print output
echo 'Hello World!';
?>
</body>
</html>
when I run this file, the browser only displays 'welcome!'.
What am I doing wrong
Please help me out...Moderators: macek, egami, gesf
<html>
<head></head>
<body>
Welcome!
<br />
<?php
// print output
echo 'Hello World!';
?>
</body>
</html>
Please help me out...
Users browsing this forum: No registered users and 1 guest