Currently browsing posts found in August2007


PHP and MySQL - Database backup and table tab delimited download

August 10th, 2007 at » Comments (0)

This set of functions allows for a copy of your mySQL database to be saved onto your server in a tab delimited file format ready for download.
I have chosen tab delimited format because of its universal use with other programs and applications.  Once saved onto your local machine you can open it with programs like […]