[PHP] mysql to .csv file

2002-05-14 Thread Amit Singh
Hi Folks, I m trying to export data from mysql using 'SELECT * INTO OUTFILE...' query into a '.csv' file. It does happen successfully but I don't get the field values (having commas or enter characters)enclosed in double/single quotes. Is there a way out to accomplish this? If yes, please help.

[PHP] Import/Export with MS outlook/Outllok Express

2002-05-13 Thread Amit Singh
Hi Folks, Can anybody help me getting a piece of code for processing a file(csv format) having MS Outlook/Outlook Express addresses. I want to read the file line by line taking care of possible multiline entries in any field of the record. Please help. Regds, Amit ___