Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Newbie Tutorial - Generation Time
PostPosted: August 1st, 2005, 9:48 am 
When making a php document, add this to the body:
Code:
<?php
   $start = microtime();
   $split = explode(" ", $start);
   $start_exact = $split[0];
   $start_seconds = date("U");
   $start_time = $start_exact + $start_seconds;
?>


Then, add this to the place where you want the Generation Time to appear:

Code:
  <?php
$end = microtime();
$split = explode(" ", $end);
$end_exact = $split[0];
$end_seconds = date("U");
$end_time = $end_exact + $end_seconds;
$difference = $end_time - $start_time;
$time = round($difference, 5);
?>
  Page generated in <?php echo $time; ?> seconds.



Elvadar


Top
  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: August 1st, 2005, 9:48 am 

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: August 1st, 2005, 11:30 am 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
OK, you got the generation time there, any help on getting the variable of how many mySQL queries where processed?

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: August 8th, 2005, 8:29 am 
Dragon Member
Offline

Joined: July 25th, 2005, 4:19 am
Posts: 1094
Location: Birmingham england
RS Name: Sam DeLarge
RS Status: P2P
yay now i can make buddys!!! lol! :lol:
(ive got my own buddy shop!!!!!!!!! :roll:




nice guide this will stop me tellin ppl how 2 do it!

_________________


Top
 Profile  
 
 Post subject:
PostPosted: August 8th, 2005, 11:58 am 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
P0is0n Bl00d wrote:
yay now i can make buddys!!! lol! :lol:
(ive got my own buddy shop!!!!!!!!! :roll:




nice guide this will stop me tellin ppl how 2 do it!

OK. Thats off topic and spam.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: