wpdb connection and WP Data Access connection
-
wpdb connection and WP Data Access connection
I am developing plugins and for the word press database I use:
global $wpdb;
$c=$wpdb->get_results(“select * from table where id=1”);
I installed WP Data Access, configured a remote database, tested it and it’s ok.How do I connect to remote database através do WP Data Access via the plugin page?
global $wpda[0]; –> It does not work
$c=$wpda[0]->get_results(“select * from table where id=1”); –> It does not work
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.