$elmnt

\n"); } $cnt = count($tmp1)-1; $tmp2 = split('\?',$tmp1[$cnt]); $aspfile = $tmp2[0]; switch ($aspfile) { case 'viewphoto.asp': $f = $_GET['f']; $i = $_GET['i']; $contURL = "/images/upload/$f/$i"; break; default: $contURL = '/gallery2/'; break; } header ("Location: $contURL"); ?>