[PHP-DB] help plz

2002-01-25 Thread Shelly Wilds

hi yall,
   i've been searching for the command that prints back how long page took 
to process.  i found the command that prints @mysql_rows_affected().

but i can't seem to find how i print out how long it took for page to be 
processed.

any ideas?
tx,
shelly

_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] help plz

2002-01-25 Thread Gurhan Ozen

Hi Shelly,
It is just the old trick. You can get the time at the beginning of the page
and at the end of the page and just calculate the difference in between two.
Since the default timeout value in PHP is 30secs. it will probably be a
short timeperiod so you can probably you use time() function which returns
the time in second since UNIX epoch time.

Gurhan

-Original Message-
From: Shelly Wilds [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 6:33 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] help plz


hi yall,
   i've been searching for the command that prints back how long page took
to process.  i found the command that prints @mysql_rows_affected().

but i can't seem to find how i print out how long it took for page to be
processed.

any ideas?
tx,
shelly

_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]