[FONT=Trebuchet MS]It's simple ...Try it.
<html>
<title>Lee Sample</title>
<head>
<style>
<? include ("./style.css"); ?>
</style>
</head>
<body>
<?php
$tomomi="Tomomi-Jenilee";
echo "Hello $tomomi!";
echo "<br />Today is";
echo " ";
echo date('l, dS \of F Y.');
echo "<br />";
/*$tim = localtime(time(),true);
echo($tim['tm_hour'].":".$tim['tm_min'].":".$tim['tm_sec']);*/
echo "<hr>";
?>
</body>
</html>
[/FONT]