Hi,
I am looking to write a quick solution to a temporary problem I have.
Basically, I need something whereby a user can click a link which will call a script that exports a mySQL database (structure and data) in the same way PHPmyAdmin works for exporting a database. I want the data to go to a file whatever.sql
The reason I am not using PHPmyAdmin for this is because, the backup will be carried out by a non technical person and I dont want to let them near the database structure. I already have an admin area for them so i just want to add a button to "backup database" which will do everything for them
Thanks,
Martin