Can anyone tell me how to show a list of database tables/size and overhead datasize in a list. using wp functions?
Can anyone tell me how to show a list of database tables/size and overhead datasize in a list. using wp functions?
There are no native functions for this. You'd need to use the get_results() method of the $wpdb object to execute a SQL query to show what you want.
ah, k ill browse php.net and mysql.com for some suitable stuff then. Thanks
This topic has been closed to new replies.