<? $var1 = $PHP_SELF; $ext = explode("/", $var1); for ($i=1; $i<=sizeof($ext); $i++) { echo $ext[$i]; } ?>