PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Huda M Elmatsani   Sync DB Content   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: test to capture and generate sql file
Class: Sync DB Content
Synchronize MySQL database copies
Author: By
Last change:
Date: 19 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?
include("sync.php");

$syncfile = new SyncDBContent("localhost","quotes","root","");
$syncfile->set_startdate("2004-08-15");
$syncfile->set_pathdir("d:\\wwwroot\\latihan\\syncclass\\files\\");
$syncfile->create_syncfile();
 
?>