Re: [PHP] Importing and exporting from MySQL, escape slash problem

2008-03-04 Thread Dave M G
Richard, Jed, Thank you for replying. Richard said: It's possible that there is an .htaccess file in phpMyAdmin that has Magic Quotes on that is messing you up... The .htaccess file for phpMyAdmin says "php_flag magic_quotes_gpc Off", so I guess that means I'm okay there. Other than that,

Re: [PHP] Importing and exporting from MySQL, escape slash problem

2008-03-02 Thread Richard Lynch
It's possible that there is an .htaccess file in phpMyAdmin that has Magic Quotes on that is messing you up... Other than that, it's specific to phpMyAdmin, so maybe ask those guys what they did... On Sat, March 1, 2008 7:38 pm, Dave M G wrote: > PHP List, MySQL List > > In my PHP environment, I