MySQL Forums
Forum List  »  PHP

Re: How to get information like this "6 rows in set (0.00 sec)" from MySQL in php?
Posted by: Georg Richter
Date: November 14, 2005 01:05AM

There is no function for, but you can write your own in php:
use mysql(i)_num_rows for the number of rows and microtime() for time measurement.

/Georg

Options: ReplyQuote


Subject
Written By
Posted
Re: How to get information like this "6 rows in set (0.00 sec)" from MySQL in php?
November 14, 2005 01:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.