Hello All -
This may be a stupid question, but I'm using mysql-real-escape-string() to format text strings before inclusion into my MySql DB.
Problem is (maybe) that when I check the db, I don't see any backslashes escaping single and double quotes.
I know that I'm using MRES() correctly - implementing it right before the DB INSERT - so this is kinda driving me crazy.
Are these backslashes really there... but perhaps are just being cloaked by my DB client (Navicat)?