Hi Everyone,
I am needing some help with a wordpress insert query.
I have this update query
$qry ="UPDATE `".$wpdb->prefix."comments_real` SET `comment_country` = '$country',`comment_number` = '$phone',`comment_smvcode` = '$ref' WHERE `wp_comments`.`comment_ID` =$comment_id";
how do I change this to insert a new record in a db table called "comments_real"
Thanks in advance