PHP Classes

What is the best PHP export mysql tab delimited class?: Export MySQL Table to tab delimited file

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP export mysql tab...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP export mysql tab delimited class?

Edit

Picture of tata respecia by tata respecia - 8 years ago (2015-08-12)

Export MySQL Table to tab delimited file

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I want to export MySQL query results to a tab delimited text file using PHP.

  • 1 Clarification request
  • 1. Picture of Zhao by Zhao - 8 years 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

    Ask clarification

    1 Recommendation

    PHP MySQL Wrapper Class: MySQL database access wrapper

    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +2

    Picture of Dave Smith by Dave Smith Reputation 6845 - 8 years 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
    : 
    :