Download mysql Table with php nusoap
I want to export/download a table from a mysql database to a txt or csv file like the way you can in phpmya开发者_StackOverflow社区dmin. The table can be anywhere from 100 - 90k entries and the mysql query will take place on a php page.
Maybe you can use INTO OUTFILE ? http://dev.mysql.com/doc/refman/5.0/en/select.html
精彩评论