Getting database tables names in array.
-
Hi
How to get db tables name in plugin by array format??
I too have tried blow ways recently several hours but don’t get result!!//global $wpdb; //$res=$wpdb->query("SHOW TABLES"); //$res=$wpdb->get_results("SHOW TABLES"); //$res=$wpdb->query("SELECT table_name FROM information_schema.tables"); //$res=$wpdb->get_results("SELECT table_name FROM information_schema.tables");Please Help Me.
The topic ‘Getting database tables names in array.’ is closed to new replies.