WordPress How To Use WPDB Class To Connect & Fetch Data From Another Database. wordpress iconLet's say you've installed wordpress into the database wp wordpress and you want to fetch some data from another database.
querying for data is nothing different from what you've done previously..
You have to instantiate WPDB instance
Read more