How to insert data in wordpress database table with functions.php?

Picture of Amitpal Singh
Amitpal Singh
August 4, 2020

How to insert data in wordpress database table with functions.php?

	global $wpdb;
	$quotetable = $wpdb->prefix . "quote";		
	$wpdb->insert( $quotetable,
		array(
		'useremail' => $useremail,
		'quote_no' => "123",
		'product_ids' => "1,2,3"
		)
	);

Share this post:

How to Attribute?

Lorem ipsum is typically a corrupted version of De finibus bonorum et malorum, a 1st-century BC text by the Roman statesman and philosopher Cicero.
for Example: Website, Social Media, Blogs, ebooks , newsletter, etc.
Lorem ipsum is typically a corrupted version of De finibus bonorum et malorum, a 1st-century BC text by the Roman statesman and philosopher Cicero.
Copied!

Got a Question? Check out our FAQ Section.

Your action, our appreciation

It encourage us to give you more valuable content on website.