HI!
Could someone please tell me what is wrong with my SQL statement?
$SQL="UPDATE umcritsurv WHERE $fldAuto=id (IQ_Use_Q9, etc) VALUES ('$IQ_Use_Q9', '$etc')";
This is the error I get:
ERROR: You have an error in your SQL syntax near 'WHERE =id (IQ_Use_Q9, Etc' at line 1 UPDATE umcritsurv WHERE =id (IQ_Use_Q9) etc.....
Thank you!!
Could someone please tell me what is wrong with my SQL statement?
$SQL="UPDATE umcritsurv WHERE $fldAuto=id (IQ_Use_Q9, etc) VALUES ('$IQ_Use_Q9', '$etc')";
This is the error I get:
ERROR: You have an error in your SQL syntax near 'WHERE =id (IQ_Use_Q9, Etc' at line 1 UPDATE umcritsurv WHERE =id (IQ_Use_Q9) etc.....
Thank you!!