WordPress Insert Data in MySQL

Here We are going to learn how to insert record into table and get last insert Id in WordPress   In Wordpress, Record insertion into table is quite simple. 1. Create an Object of $wpdb; 2. Set the data in an Array. 3. Set the table name. 4. Use insert function  to insert record. 5. In insert … Continue reading WordPress Insert Data in MySQL