I basically want this:
PHP Code:
<?php 
$cat1 
$_POST['cat1'];
if (isSet(
$_POST['cat1'])){
createGallery("prodimages/{$rs['pId']}/{$cat1}/","gallery/{$rs['pId']}/{$cat1}/");
 }else {
//tell script that $cat1 is "recent"
 
createGallery("prodimages/{$rs['pId']}/{$cat1}/","gallery/{$rs['pId']}/{$cat1}/",200);
   } 
?>