im using xampp
i used the $_POST[]
to get the text from a text box in a form file to store it in a table.
if the text entered in the form contains any of these characters (,.?' " \ ; :> <!...)
it returns an error message like this,
Error: 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 's missile_carrier?' at line 3
The entered text was "China hails: first; test of-hypersonic nuclear's missile_carrier?"
how to make it accept the text with these characters ((,.?' " \ ; :> <!...)
...
pls help