Page is a not externally linkable
camilord - 10:38 am on Feb 15, 2008 (gmt 0)
beginning of the page.. <?php $starttime = explode(' ', microtime()); ?> end of the page... <?php $mtime = explode(' ', microtime()); ?>
got it.. hehehe sorry for the post..
$starttime = $starttime[1] + $starttime[0];
$totaltime = $mtime[0] + $mtime[1] - $starttime;
printf('Page loaded in %.3f seconds.', $totaltime);