Woah"; echo("
"); echo("<-
\n"); foreach($paths as $entry){ echo("$entry
\n"); } echo("
"); //var_dump($_GET["t"]); if(defined($_GET["t"]) && is_array($_GET["t"])){ foreach($_GET["t"] as $file){ var_dump($file); } } /* Images */ if($images){ echo("
\n"); echo("\n"); echo(""); echo("
"); foreach($images as $img){ $output = ""; exec($tmsu . "tags -1 '$dir/$img'", $output); $num_tags = sizeof($output); echo("
\n"); echo("\n"); echo("\n"); echo("
\n"); } echo("
"); } ?>