Display of HTML using PHP code : HTML « HTML « PHP






Display of HTML using PHP code

 
<html>
<head>
<title>Basic PHP/HTML integration</title>
</head>
<body>
<?
    print "<h3>PHP</h3>";
?>
</body>
</html>
  
  








Related examples in the same category

1.Dynamic Generation of Tags from an Array
2.Dynamic HTML tags
3.Dynamic PHP page creation
4.Dynamic date insertion
5.Example: Creating an XHTML document from PHP
6.Output Control
7.Output image tag
8.Output image tag with global path value
9.The Header