Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP export mysql tab delimited class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by tata respecia - 6 months ago (2015-08-12) export mysql tab delimited
+2 | I want to export MySQL query results to a tab delimited text file using PHP. |
1. by Zhao - 5 months ago (2015-08-19) Reply
You may use fputcsv & fgetcsv to complete your task. //php.net/manual/en/function.fputcsv.php //php.net/manual/en/function.fgetcsv.php
+2 | by Dave Smith 5955 - 6 months ago (2015-08-14) Comment I was torn between a simple class that does the work, however it uses the deprecated mysql extension which is going away, or a more robust class with features you didn't request that is current. This is the more robust class, a full database wrapper that can also manage the export of mysql data to csv files. The biggest advantage is that it supports the mysqli extension. |
Recommend package | |
|