Oct 02 2008

Count & Display The Total Number of MySQL Queries

Category: PHP=IceBurn= @ 6:42 pm — 59 views

It’s quite often to see at the end of some boards like SMF for example, the total number of the total queries made to the MySQL database.

I understand that some people believe that those queries are retrieved by an extra MySQL query, but the reality is that there is no query for that, so we have to do some extra PHP code.

Continue reading…

Tags: , , , , , , , , , ,