Export to CSV via PHP

前端 未结 7 2573
没有蜡笔的小新
没有蜡笔的小新 2020-11-22 06:14

Let\'s say I have a database.... is there a way I can export what I have from the database to a CSV file (and text file [if possible]) via PHP?

7条回答
  •  野的像风
    2020-11-22 06:30

    I recommend parsecsv-for-php to get around a number any issues with nested newlines and quotes.

提交回复
热议问题