in a txt file using PHP. can anyone help me out????
Exporting mysql database records to txt file
Moderator: General Moderators
Exporting mysql database records to txt file
I have a database in mysql and in it a table named emaillist there are lots of email are there , i want to export them
in a txt file using PHP. can anyone help me out????

in a txt file using PHP. can anyone help me out????
Re: Exporting mysql database records to txt file
I would get the content of the table into an array, loop through the items writing them to a file in CSV format (easily imported back into a DB then)