hi,
I'd like to do something like MySQLDump does, but
- I cannot / am not allowed to call an executable from php
- I only have access to my database via connect, since
my provider doesnt allow me to download my databasefiles.
So i'd like to call a php command that dumps my database.
Since i a) didnt find such a command yet, b) dont want to invent the wheel again c) am of a lazy nature,
i am looking for a php script doing this job.
Anybody got this stuff?
yours, Cris