File : intro01.php. ID : 1302
Skin : Default | Sons-of-obsidian | Sunburst | Highlighter | Frame
<body bgcolor=#ffff00>
This is html code.<br>
<?
$t1 = "This is";
$t2 = "php code.";
echo "$t1 $t2<br>";
echo "This is php code again.<br>";
?>
This is html code again.<br>
<? echo date("d/m/Y H:i:s"); ?>
</body>