Hello, New PHP (long time PERL user) here. I am using an Access database - yeah I know Access is crap, but I have no choice. Anyway, it seems that this magic backslash thing is unavoidable. As I understand it, I can shut it off at the .ini level, but I am running this app on a hosted server with other apps - I haven't the choice to make that change. The question is this...
Can I override the magic_quotes_gpc setting at the script level? (i.e. on the fly, for this script only?) If not, I am guessing I need to remove the single quotes on the client side (javascript) prior to submitting the data? (any other ideas on how to handle this without changing the .ini?) Thanks in advance J