per intenderci, fare un semplice orologino così

codice:
<html>
<head>

<meta http-equiv="refresh" content="1">

</head>
<body>


<?php
echo date("H:i:s");
?>

</body>
</html>