Query another DB from within WordPress
Add this line to change the default DB to another one:
$wpdb = new wpdb('username','password','database','localhost');
Add this line to change the default DB to another one:
$wpdb = new wpdb('username','password','database','localhost');
No comments yet.