Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-08-14 12:48
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();
 
?>