Hi!
I'd like to make a function on my web-publishing system where my users can backup their database.
I've read about the mysqldump utility of MySQL, but I'd like to peform SQL-queries, and build my backup-file using PHP code.
Now, I guess I could do this myself, but do anybody know where I can find sourcecode for backing up a MySQL database using PHP?
Thanks,
Torbjørn