$url = parse_url($_SERVER['REQUEST_URI']);
if ($url != '/') {
parse_str($url['query']);
echo $id;
echo $othervar;
}
_
1 $site = $_SERVER['REQUEST_URI'];
$isus = str_replace("_path_", "", $site);
$rand = glob('last thing in your path_/'. $isus .'/*');
_
$url = parse_url($_SERVER['REQUEST_URI']);
if ($url != '/') {
parse_str($url['query']);
echo $id;
echo $othervar;
_
2 foreach ($rand as $ohm) {if (isset($ohm))
{echo '<img src="'. $ohm .'" height="number" width="number">';
} else { echo '<p> </p>';
}
}
$url = parse_url($_SERVER['REQUEST_URI']);
if ($url != '/') {