Login   Register  
PHP Classes
elePHPant
Icontem

File: img.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Max V. Moiseenko  >  form_handler  >  img.php  >  Download  
File: img.php
Role: ???
Content type: text/plain
Description: auxiliary file
Class: form_handler
Author: By
Last change:
Date: 2001-08-15 12:03
Size: 199 bytes
 

Contents

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

$m=new form_handler('en');

if(!$m->validate_param($name,$id)){
  echo ";}";
}else{
  $i=urldecode($name);
  $m->read_file($i);
  $m->del($i);
}
exit;
?>