Home / V 0.1
Name Modified Size InfoDownloads / Week
Parent folder
Archive 2011-09-07
Unarchived 2011-09-07
Totals: 2 Items   0
2. Usage
3. Additional information
4. Outro

##########################
1. Intro

    The first version is a mess. I do not suggest using / downloading it.

2. Usage

    1. Make sure you have full rights in the current working directory

    2. Run it on your server

3. Additional information

    2.a. Database & tables

	Uses no database.	

    2.b. Regarding delete

	The file ( image ) is stored in the 'tmp/' dir at the start.
	The file ( image ) is deleted after it will meet its purpose.

    2.c. Running the class from another file

	Running the class is very simple. Its cascade style allows to do it
	from only 3 lines of code ( 2 if the image upload already exists ).

	    $image = $_FILES['image'];
	    $send = new imageToASCII();
	    $send->startProcess($image);

4. Outro

    Hey, name is Andrew. I'm 16 and these projects are made for my future portofolio.
    I would really apreciate if you would leave a review regarding the project, if not
    on Sourceforge, then by mail (andreidurduc@gmail.com - no matter if
    it is bad or good ). I just want to know how I can improve my projects.
	Also, try to visit the facebook page at http://www.facebook.com/pages/Project-Night/192321500839533

    Thanks in advance.

Hope you will enjoy.
Source: README.txt, updated 2011-09-17