Function for DB-Information
-
I tried to write a function to get some infos from the database, such as size and so on. What is the correct query? I tried things like
$sql = "SHOW TABLE STATUS FROM $wpdb";
, but $sql is only filled with stuff, if I put in the real name of the database. Where is my little error?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Function for DB-Information’ is closed to new replies.