Posted by artev on 09/30/07 12:30
time_z() { global $starttime; global $endtime; $mtime = microtime(); $mtime = explode(" ", $mtime); $mtime = $mtime[1] + $mtime[0]; $endtime = $mtime; $totaltime = ($endtime - $starttime); return $totaltime; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming