Ok, I have searched the board here; looked at the tutorials at HotScripts, WebMonkey, DevShed, & others; and examined how phpMyAdmin uploads a text file to MySql.
But I still cannot determine how having MAGIC_QUOTES enabled will affect how I will need to process the CSV file before LOADing it into MySql.
phpMyAdmin strips slashes, and adds slashes, and strips slashes -- all quite confusing.
What I need is to allow a browser to upload a CSV file via a form that will then be LOADed INTO MySql.
Won't the 'escapes' that MAGIC_QUOTES inserts cause a problem with my SQL query?
Do I strip them all? And then add some back in??
Any help would be greatly appreciated.