tablespacer
Sample 2 - HTML and PHP Demo

<html>
<head>
<title>Sample 2</title>
</head>
<body>

<?php
$current_time = date(G);
if ($current_time < "12") {echo "Good Morning<br>";}
else {echo "Good Evening<br>";}
?>

Welcome to my website.

</body>
</html>


(C) 2004 Diane Cipollo