Hey everyone,
I've been looking for a solution for this but haven't been able to find it on google. I'm attempting to insert into a varchar field a value which includes the operator plus. Meaning I'm trying to enter a value like '10+'. Problem is that mysql doesn't like it.
This value is being entered via a PHP form, I already have mysql_real_escape_string already being performed on it but it seems to not pick up arithmetic operator characters. Can anyone suggest a solution?
Thanks in advance,
Jisoo23
I've been looking for a solution for this but haven't been able to find it on google. I'm attempting to insert into a varchar field a value which includes the operator plus. Meaning I'm trying to enter a value like '10+'. Problem is that mysql doesn't like it.
This value is being entered via a PHP form, I already have mysql_real_escape_string already being performed on it but it seems to not pick up arithmetic operator characters. Can anyone suggest a solution?
Thanks in advance,
Jisoo23