Knowledge Base by Megrisoft
Internet Knowledge Base
Glossary    Contact Us
Search  
   
Browse by Category


Knowledge Base by Megrisoft .: Programming .: Languages .: PHP .: How time it take to loading a page

How time it take to loading a page

Here is the code
<?php

echo ("Page Took :");
$load = microtime();
print (number_format($load,2));
echo (" Sec To Load.");

?>


No surprise, Paste the code where you want which appear into your page


How helpful was this article to you?



Knowledge Base by Megrisoft Web Services Company in India