(Yes, I did do a search first, but couldn't really find was looking for... maybe there just was too many results... or I didn't do the right kind of search...)
Basically, I have experienced server crashes where I have lost entire web pages (of course, most I was happy to lose), but I would like to have some easy way to back-up my database in any case.
Yes I know about phpMyAdmin, and it is phpMyAdmin's Dump capability that I want to emulate...
But I don't want to have to rely on phpMyAdmin, I wish to be able to insert similar functionality in my own application.
I looked through "db_dump.php", but since it is so built into phpMyAdmin, there looked to be no easy way to cut the cord.
Can anyone point me to a similar (but easier to customize/change) script?
Thanks,
--WorldMaker--
Basically, I have experienced server crashes where I have lost entire web pages (of course, most I was happy to lose), but I would like to have some easy way to back-up my database in any case.
Yes I know about phpMyAdmin, and it is phpMyAdmin's Dump capability that I want to emulate...
But I don't want to have to rely on phpMyAdmin, I wish to be able to insert similar functionality in my own application.
I looked through "db_dump.php", but since it is so built into phpMyAdmin, there looked to be no easy way to cut the cord.
Can anyone point me to a similar (but easier to customize/change) script?
Thanks,
--WorldMaker--