southbeach
Programmer
I use mysql_escape_string() to write to MySQL tables. I have ran into a problem where operators open/edit/save records regularly and each time they save the record, an extra backslash is added to escape characters like quotes (most commonly used).
How do I reverse the escaped string so that I do not keep on adding \ as operators repeatedly save the records?
Thanks!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
How do I reverse the escaped string so that I do not keep on adding \ as operators repeatedly save the records?
Thanks!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.