Login   Register  
PHP Classes
elePHPant
Icontem

File: test2.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  >  test2.php  >  Download  
File: test2.php
Role: Example script
Content type: text/plain
Description: execute sql file that contain updated data
Class: Sync DB Content
Synchronize MySQL database copies
Author: By
Last change:
Date: 2004-08-14 12:49
Size: 213 bytes
 

Contents

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

$syncfile = new SyncDBContent("webhosting","quotes","x2345","hajimete4532");
$syncfile->exec_syncfile("/home/x2345/domain/anydom.com/web/syncclass/files/syncfile_20040815.sql");
 
?>