ok Posted September 11, 2008 Share Posted September 11, 2008 Hi guys I just want to export the data from the mysql table as CSV. How could i do that? Thank you! Link to comment https://forums.phpfreaks.com/topic/123732-converting-mysql-table-data-into-csv/ Share on other sites More sharing options...
JasonLewis Posted September 11, 2008 Share Posted September 11, 2008 Quick Google search will bring up some good tutorials. http://www.tutorial5.com/content/view/159/85/ http://www.ineedtutorials.com/articles/export-mysql-data-to-csv-php-tutorial Link to comment https://forums.phpfreaks.com/topic/123732-converting-mysql-table-data-into-csv/#findComment-638907 Share on other sites More sharing options...
Mchl Posted September 11, 2008 Share Posted September 11, 2008 Check SELECT INTO OUTFILE syntax http://dev.mysql.com/doc/refman/5.1/en/select.html Link to comment https://forums.phpfreaks.com/topic/123732-converting-mysql-table-data-into-csv/#findComment-638922 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.