I am looking for a nice set of import/export classes
or functions to import export CSV files
The user should be able to
export a recordset which i select from mysql
which contains his/her contact database
the import should let the user import their contact
list from a CSV file.
i was looking on phpclasses.org but couldnt find anything nice.
Really nice would be if i push the browser the file
and it gets a popup with where the user wants to save the file.
So its like pushing special MIME type to the browser?
thank you.
Daniel