Export to CSV via PHP

前端 未结 7 2526
没有蜡笔的小新
没有蜡笔的小新 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:41

    You can export the date using this command.

    
    

    First you must load the data from the mysql server in to a array

提交回复
热议问题