Morning, I want to learn more about sql and I'm wanting to update to tables;
$query3 = "INSERT INTO `$table1`, `$table2` ($table1.DISPLAY_NAME, $table1.EMAIL_ACCOUNT, $table2.DISPLAY_NAME, $table2.EMAIL_ACCOUNT) values ('" . DISPLAY_NAME . "', '" . EMAIL_ADDRESS . "', '" . $get['rn'] . "', '" . $email . "')";
could some one point me in the right direction on how I would go about this? current error is
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
contacts_ACT_Web_Designs
(contacts_E_Jackson.DISPLAY_NAME, contacts_E_Jackson' at line 1
regards, phil