writing a code to backup my database?

A

Anonymous

Guest
How can I write a code and make a php file to backup my database with all the tables inside it?
 
I assumed you had PhpMyAdmin installed 8)

You should install that. You can download it for free from http://www.phpmyadmin.net/. It has several import and export functions, and is able to import the files created by the above mentioned backup script.

Coditor
 
I assumed you had PhpMyAdmin installed

You should install that. You can download it for free from http://www.phpmyadmin.net/. It has several import and export functions, and is able to import the files created by the above mentioned backup script.

Coditor

Well :D
If it ups to me, I know PhpMyAdmin very well 8)
But the main objective of finding or programming an export & import script to make it easier for the users of my content management to backup their database and restore it :)
Coz u know that most of the ordinary net browses does not know the PhpMyAdmin. :)
 
Back
Top