"No errors.", UPLOAD_ERR_INI_SIZE => "Larger than upload_max_filesize.", UPLOAD_ERR_FORM_SIZE => "Larger than form MAX_FILE_SIZE.", UPLOAD_ERR_PARTIAL => "Partial upload.", UPLOAD_ERR_NO_FILE => "No file.", UPLOAD_ERR_NO_TMP_DIR => "No temporary directory.", UPLOAD_ERR_CANT_WRITE => "Can't write to disk.", UPLOAD_ERR_EXTENSION => "File upload stopped by extension." ); /* 1) text size dynamically 2) format for phone 3) preview before saving 4) choose text color (block or white) 5) support for png 6) admin features for quickly deleting */ ?> Meme Creator

Create a Meme. We will print them out and display them in the gallery

scaleImage(600, 0); $imagen->writeImage($upload_dir."/m".$target_file); unlink($upload_dir."/".$target_file); $message = "File uploaded successfully."; } else { $error = $_FILES['file_upload']['error']; $message = $upload_errors[$error]; } } // ?>

Select Image below

"; while (($file = readdir($dh)) !== false) { $str= strlen($file); if($str>4){ $count++; $str=$str-4; $rest = substr($file, $str,1); echo"
$count : $file"; if($count%4==0){ echo""; } } } echo""; closedir($dh3); ?>