$value ){ $imgsrc = 'wp-content/uploads/wpsc/product_images/temp/' . $value; $thumbout = 'wp-content/uploads/wpsc/product_images/thumbnails/'.$value; $largeout = 'wp-content/uploads/wpsc/product_images/'.$value; //thumb img_resizer($imgsrc,100,$thumbwidth,$thumbheight,$thumbout); if ( $largewidth != 0 && $largeheight != 0 ) { //large img_resizer($imgsrc,100,$largewidth,$largeheight,$largeout); } } echo '

Images processed

'; } else { echo '

No images in temp directory/h1>'; }?>