Export records from MySQL to a file and compress it

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
jlising
Forum Commoner
Posts: 33
Joined: Mon Mar 19, 2007 1:48 am
Location: Pampanga, Philippines
Contact:

Export records from MySQL to a file and compress it

Post by jlising »

Hello,

How can I export the records form MySQL to a text file and compressed it using PHP.

Thanks!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

E.g. by combining the examples from http://de2.php.net/mysql and http://de2.php.net/bzip2
Post Reply