Jump to content

export table to CSV


kristian_gl

Recommended Posts

Hello

 

I have a table in mysql database that I wish to export to a CSV file, I've found a script that does this, but all the fieldnames show up in one cell in Excel, and the rows in one other single cell.

 

I want it to look something like this when I open Excel:

 

Colname1      | Colname2        |Colname3

rowvalue1      | rowvalue2      | rowvalue3

rowvalue4      | rowvalue5      | rowvalue6

 

Kristian

Link to comment
https://forums.phpfreaks.com/topic/200739-export-table-to-csv/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.