The the last half of following code doesn't work can anyone explain why?
$sql = "
UPDATE session_notes
SET
notes = '$notes',notes2 = '$notes2',notes3 = '$notes3'
WHERE appointment_id = '$appointment_id'";"
INSERT INTO provider_submit
SET
provider_id = $provider_id
";
Thanks!
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.