$imagefile = "" . $ifolder . "/" . $pfiles[$pict];
$imagefileurl = "" . $ifolderurl . "/" . $pfiles[$pict];
$imagefile2 = "" . $ifolder2 . "/" . $pfiles[$pict];
$imagefileurl2 = "" . $ifolderurl2 . "/" . $pfiles[$pict];
if(file_exists($imagefile))
print " ";
else if(file_exists($imagefile2))
print " ";
else
print "Photo not found!!!";
chdir($curdir);
?>
|