function imageplace($img, $desc) { $img_url = 'screenshots/small/'.$img; if (!file_exists($img_url)) { // to small image convert shell_exec('convert -thumbnail 250 screenshots/'.$img.' screenshots/small/'.$img); } $img_info=getimagesize($img_url); echo '
'; } ?>