At 2006-11-27 09:58 -0800 Sean Saulsbury wrote:
We use a similar method -- uploading tab-delimited data and then calling a MySQL LOAD DATA INFILE command. For the fields you're exporting, you might need to add backslashes to certain characters, such as apostrophe's or quotation marks. We do this with calculated fields
Sean - thanks for the reminder. I'm adding the slashes in the PHP script that handles the upload, and so achieving much the same end by different methods.
regards Rowland -- | Wilma & Rowland Carson http://home.clara.net/rowil/ | <[EMAIL PROTECTED]> ... that's Rowland with a 'w' ...
