[PHP] Time needed for a SQL-statement

2001-04-17 Thread B. Tenhumberg
Hi! Is there a way to get the time the database needed for execution a statement? I use MySQL and PHP... -- Berthold Tenhumberg (live long and prosper...) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] Time needed for a SQL-statement

2001-04-17 Thread Maxim Maletsky
-Original Message- From: B. Tenhumberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 5:44 PM To: PHP General Cc: MySQL Subject: [PHP] Time needed for a SQL-statement Hi! Is there a way to get the time the database needed for execution a statement? I use MySQL and PHP

Re: [PHP] Time needed for a SQL-statement

2001-04-17 Thread Ulf Wendel
"B. Tenhumberg" schrieb: Is there a way to get the time the database needed for execution a statement? I use MySQL and PHP... Hmm, how about metering the overall time required by mysql_query() using microtime(), http://www.php.net/manual/en/function.microtime.php. As long as there's no