Wpdb Insert Query

[Solved] Wpdb Insert Query | Php - Code Explorer | yomemimo.com
Question : wpdb insert query

Answered by : uzair-rashid-tak

Use $wpdb->insert().
$wpdb->insert('wp_submitted_form', array( 'name' => 'Kumkum', 'email' => '[email protected]', 'phone' => '3456734567', // ... and so on
));

Source : | Last Update : Tue, 05 Apr 22

Answers related to wpdb insert query

Code Explorer Popular Question For Php