View Single Post
  #10 (permalink)  
Old 07-23-03, 08:28 PM
Man Down Man Down is offline
HS Staff
 
Join Date: Jun 2003
Location: Maryland
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Christ Guys code will work if you change it to:

PHP Code:
<?
$currentFile 
$_SERVER["SCRIPT_NAME"];
  
$parts Explode('/'$currentFile);

  print 
$parts[count($parts) - 1];
?>
__________________
Man Down
Reply With Quote