resize($_GET['width'],$_GET['height']); if(!is_dir('thumb')){ umask(0); mkdir('thumb', 0777); } $thumb->save($savename); $thumb->show(); $thumb->destruct(); exit; ?>