Skip to content

Instantly share code, notes, and snippets.

View deepbratt's full-sized avatar

Shuvradeb M deepbratt

  • Kolkata , West Bengal
View GitHub Profile
<?php
$backup_name = "mybackup.sql";
//or add 5th parameter(array) of specific tables: array("mytable1","mytable2","mytable3") for multiple tables
Export_Database($tables=false, $backup_name=false );
function Export_Database($tables=false, $backup_name=false )
{