Sorry folder not found
"; } else { $pic_extenstions = array('jpg','jpeg','gif','bmp','tiff'); $files = ls(VIDEO_DIR.'/'.$customer.'/'.$view_folder); $pic_count = 0; $vid_count = 0; $pics = array(); $videos = array(); foreach($files as $k => $v) { $s = strtolower($v); $tmp = explode('.',$s); $farr = array( 'link' => VIDEO_URL."$customer/$view_folder/$v" ,'thumb' => "$view_folder/$v" ,'text' => $v ); if(in_array($tmp[sizeof($tmp)-1],$pic_extenstions)) { $farr['text'] = $tmp[0]; $pics[] = $farr; $pic_count++; } else { $videos[] = $farr; $vid_count++; } } ?> Pictures
No pictures...
"; } ?> $v) { ?>
Click here to enlarge...

Videos
No videos...
"; } foreach ($videos as $p => $v) { echo "".$v['text']."
"; } } echo "
Click to go back
"; } else { $files = ls(VIDEO_DIR.'/'.$customer); ?>
Pictures and Video Clips
Please click the links below to view pictures and video clips...
$v) { echo "
$v
"; $count++; } if($count == 0) { ?>

Sorry, there are not any pictures or videos available for you to view.