man DBD See bind params.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:46 AM To: [EMAIL PROTECTED] Subject: Backslashes 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.
