Notice: Undefined variable: wpdb while creating a plugin
-
I am trying to access my wp_database through `<?php $wpdb->query(‘query’); ?>
`
It seems i dont have that variable at my sqlmanagerpage.php ,although i have made it accesible declaring it as a global.
How can i “include” it to work with my own php page??
The topic ‘Notice: Undefined variable: wpdb while creating a plugin’ is closed to new replies.