PHP Classes

File: test2.php

Recommend this page to a friend!
  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: 20 years ago
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");
 
?>