1 2 3 4 5 6
<?php // Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-cache"); echo(date("G:i:s",time())); ?>