$mydb = new wpdb('username','password','database','localhost');
Category: WPDB
-
Connect to different database using wpdb
-
Get last inserted row ID from WordPress database using
$lastid = $wpdb->insert_id;
added after the insert query
Source: https://stackoverflow.com/questions/1576018/how-to-get-last-inserted-row-id-from-wordpress-database