Here is the picture you just uploaded to your servers:<\/p>\n \n <\/body>\n <\/html>\n <?php\n if($_POST['submit'] == 'Upload')\n {\n $imagename = 'images\/'.$image_id.'.jpg';\n }\n else\n {\n $imagename = 'image_effect.php?id='.$image_id.'&e='.$_POST['effect'];\n if(isset($_POST['emb_caption']))\n {\n $imagename .= '&capt='.urlencode($image_caption);\n }\n if(isset($_POST['emb_logo']))\n {\n $imagename .= '&logo=1';\n }\n }\n ?>\n \" style=\"max-width:90%\" alt=\"\" \/>\n
Image save as:<\/td>\n | <?php $image_id?><\/td>\n <\/tr>\n |
Height:<\/td>\n | <?php echo $height;?><\/td>\n <\/tr>\n |
Widht:<\/td>\n | <?php echo $width;?><\/td>\n <\/tr>\n |
Upload date:<\/td>\n | <?php echo $image_date;?><\/td>\n <\/tr>\n <\/table>\n You may apply a special effect to your image from the list of option below.\n Note:saving an image with any of the filters applied can be undone<\/em>\n <\/p>\n |