Backup your mysql database with php

backup_tables('localhost','username','password','database_name'); /* backup the db OR just a table */ function backup_tables($host,$user,$pass,$name,$tables = '*') { $link = mysql_connect($host,$user,$pass); ...
Home » Archives for 2017
07:06 Freelance PHP Developer
backup_tables('localhost','username','password','database_name'); /* backup the db OR just a table */ function backup_tables($host,$user,$pass,$name,$tables = '*') { $link = mysql_connect($host,$user,$pass); ...
08:05 Freelance PHP Developer
Enable Multiple Image Upload Without Touching Core Files Features: - Upload multiple images to the currently edited product Opencart Version: Extension for Opencart 2.0.1.1. But it should also work in other versions of opencart since 2.0 (no guarantee). Description This Opencart extension...