Query another DB from within WordPress

Add this line to change the default DB to another one:

$wpdb = new wpdb('username','password','database','localhost');

  1. No comments yet.

  1. No trackbacks yet.