If I want to display the resuts of the SHOW STATUS SQL command on my PHP page, how would I accomplish this? I assume that I can't just run it like a normal SQL query, can I? If so, how do I retrieve the results?
The mysql functions I've found, such as mysql_stat, are not complete enough.
Thanks.