PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Bharat Parmar   PHP MySQL Database Export to SQL   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Script file to Export and Download the MySQL Database
Class: PHP MySQL Database Export to SQL
Dump a MySQL database records to a SQL file
Author: By
Last change: file uploaded
Date: 7 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php
$obj
= new DBExport();

//parameter value : 1 for stucture only. 0 for data with structure.
$obj->Export(0);
?>