Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/example02/files.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hayk Chamyan  >  No Direct Links!  >  examples/example02/files.inc.php  >  Download  
File: examples/example02/files.inc.php
Role: Example script
Content type: text/plain
Description: Second example config file
Class: No Direct Links!
Class to control the process of downloading files
Author: By
Last change:
Date: 2003-05-19 19:07
Size: 154 bytes
 

Contents

Class file image Download
<?php

$files 
= array
(
    
"test" => array ("test.bin""this ia the test file"),
    
"test2" => array ("test2.bin""this ia the test file 2"),
);

?>