Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Page Genration Duration


camilord - 10:38 am on Feb 15, 2008 (gmt 0)


got it.. hehehe sorry for the post..

beginning of the page..

<?php

$starttime = explode(' ', microtime());
$starttime = $starttime[1] + $starttime[0];

?>

end of the page...

<?php

$mtime = explode(' ', microtime());
$totaltime = $mtime[0] + $mtime[1] - $starttime;
printf('Page loaded in %.3f seconds.', $totaltime);

?>


Thread source:: http://www.webmasterworld.com/php/3575595.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com