0
Mysql error
Why I get this error and How to fix it? Error INSERT INTO form (name, email, gender) VALUES (Mostafa, info@mostafa.com, male) 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 '@mostafa.com, male)' at line 17> https://code.sololearn.com/weNt32dVRcr5/?ref=app
2 Answers
+ 4
$sql = "INSERT INTO form (name, email, gender) VALUES ('$name', '$email', '$gender')";
0
đ« Rick Grimes fixed! Tnx.
But I was tried with "
Why didn't answer?