PHP Backup Database Code (1/10) _php Tutorial

Source: Internet
Author: User
Tags mysql tutorial php mysql php mysql tutorial
PHP Backup Database Code This is a PHP MySQL database backup and restore backup code, you can easily to the database of your site to backup, but also can restore Oh, This program generates. SQL database files, you can also use other tools to import, convenient, generated are SQL database backup statements, so compatibility is good.

PHP Tutorial Backup Database Tutorial Code

This is a PHP MySQL tutorial database backup and restore the code of backup, you can casually to the database of your site to backup, but also can restore Oh, This program generates. SQL database files, you can also use other tools to import, convenient, generated are SQL database backup statements, so compatibility is good.
*/
?>
inport.php

/**
* Database Backup Program
*
* @author: Huang
* @version: 1.0
* @lastupdate: 2010-7-19
*
*/

Include ("config/config.php");
Include ("includes/dbbackup.class.php");
Include ("includes/msg.class.php");
$dbbackup = new Dbbackup ($dbhost, $dbuser, $dbpwd, $dbname);
$msg = new Msg ();
$bakfile = $dbbackup->get_backup (); Get Backup files
if ($_get[' fn ']) {
if ($dbbackup->import ($_get[' fn ')) {//Import data
$STR = "Congratulations on your
Backup data has been imported successfully! "; Prompt information
$msg->show_msg ($str, ' import.php ', ' export.php '); Prompt for import success
}
}
Delete a backup file
if ($_post[' Sub ']) {
echo $dbbackup->del ($_post[' Choice ')? $msg->show_msg ("Congratulations to you
Backup file deleted successfully! ", ' import.php ', ' export.php '): $msg->show_msg (" Delete failed! ", ' import.php ', ' import.php ');
}
?>

1 2 3 4 5 6 7 8 9 10

http://www.bkjia.com/PHPjc/630827.html www.bkjia.com true http://www.bkjia.com/PHPjc/630827.html techarticle PHP Backup Database code This is a PHP MySQL database backup and restore backup code, you can casually to your site database backup, but also can restore Oh, this program ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.