<html>
<head><title> first php scrit </title></head>
<body>
<b>
<?php
echo " php is real fun !!!";
?>/ / outputs a message
</b>
</body>
</html>
<head><title> first php scrit </title></head>
<body>
<b>
<?php
echo " php is real fun !!!";
?>/ / outputs a message
</b>
</body>
</html>
No comments:
Post a Comment