PHP script to export MySQL database as tab delimited file

Found a short script today and thought others here might find it useful. It connects to your MySQL server and exports a table as a tab delimited text file. Great if you’re trying to import your MySQL data into another program where normal SQL may not work.

Question, Comments...

Do you have more questions. Please either leave a comment below or join us in our new forum.

One Response to “PHP script to export MySQL database as tab delimited file”

  1. Glad you found the script useful, Ryan!

    I have added a link to your site over at phpdirectory.com:
    http://www.phpdirectory.com/blogs/

Leave a Reply