Dynamic HTML tags : HTML « HTML « PHP






Dynamic HTML tags

 
<html>
<head>
<title>PHP | <? print (date("F d, Y")); ?></title>
</head>
<?
    $big_font = "h3";
?>
<body>
<? print "<$big_font>PHP</$big_font>"; ?>
</body>
</html>
  
  








Related examples in the same category

1.Display of HTML using PHP code
2.Dynamic Generation of Tags from an Array
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