Ok, I want to back up my whole database for one site.
I have FTP access but no phpMyAdmin access, no control panel either.
I want these fields "checked" when expoerting the database:
I have the dabase name, username, password
I'm guessing this can be done with PHP?
Pseudo PHP code:
connect to the database
export the whole database to a sql file
done
???
Thanks in advance