I'd like to have a web based interface for backing up a database (by the administrator of a web app).
So far I've been running mysqldump from the shell.
If I wanted to create a script to do that, has PHP got such features, or would I have to write a CGI script?
Take care,
Antun