A PHP Script Including HTML : Print : Development PHP Source Code


PHP Source Code » Development » Print »

 

A PHP Script Including HTML




<html>
<head>
<title>A PHP script including HTML</title>
</head>
<body>
<b>
<?php
    print "hello world";
?>
</b>
</body>
</html>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» Print