Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nguyen Hoang  >  File Copy  >  index.php  >  Download  
File: index.php
Role: Sample output
Content type: text/plain
Description: main file to start
Class: File Copy
Copy multiple files preserving the directories
Author: By
Last change:
Date: 2009-07-13 04:59
Size: 168 bytes
 

Contents

Class file image Download
<meta http-equiv="pragma" content="nocache">
<?php

	$op = $_REQUEST["op"];
	
	include("filecopy.class.php");
	$cls = new FileCopy();
	$cls->Process($op);
	
?>