Backup database structure and data using a brower

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ng_king
Forum Newbie
Posts: 4
Joined: Tue Apr 20, 2004 10:22 pm

Backup database structure and data using a brower

Post by ng_king »

i would like to create a page with a button, when click the button the database structure and data will be backup into .sql file just like using View dump (schema) of database in phpmyadmin. urgent reply thanks
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Check out the source code to phpmyadmin :)
Post Reply