MyBB Community Forums

Full Version: Getting MySQL information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I noticed that at the bottom of my forum it says the MySQL query information Is there a PHP function that doesn that?
does php get queries?

isn't php just some sort of operation format that is used to read .php files...

since mysql is a database, it gets queried.. but php isn't a database?
Simulationcity Wrote:I noticed that at the bottom of my forum it says the MySQL query information Is there a PHP function that doesn that?

MyBB keeps its own log of the queries that were executed for each page load, and the time that it took for that statistic at the bottom.

You can see this in inc/db_mysql.php
Oh ok.