Does anybody have a way to deal with user input containing a '\' from a cgi form into a mysql database? Or do I have to do regex to escape user input, escape the database input and escape the database out for every db query or insert ?
Not a complaint but just looking for a better way.
