PHP Classes

File: index.php

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