Is it possible to use PHP and a mysql query combined to allow a whole database backup file to be downloaded?
For example, I'm currently backup up my database by using the export tool in phpmyadmin, but what if I wanted to add a button or link on my site which would essentially allow me to do the same thing?
The backup has to appear as an SQL file btw