if (!$_REQUEST['image']) echo "closing "; session_start(); $image=$_REQUEST['image']; list($width, $height, $type, $attr) = getimagesize($image); $width=$width+20; $height=$height+90; ?>