PHP Classes

File: next.php

Recommend this page to a friend!
  Classes of Rizza   PHP Uploader class   next.php   Download  
File: next.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Uploader class
Generate upload forms and handle uploaded files
Author: By
Last change: Made rubbish code less rubbish.
Date: 6 years ago
Size: 248 bytes
 

Contents

Class file image Download
<?php
require(__DIR__."/uploader.php");
//Headers cannot be sent before this point
//Simply call the handle upload function and any uploads will be automaticly verified (The script will exit on it being called).
\uploader\handle_upload();
?>