Wednesday, September 3, 2008

To find the Curent time minus 15 minits

<?
echo time();
echo "<br>";
echo $timerange =time()-900; //20 minutes from now
?>

No comments:

Post a Comment