View Single Post
  #9 (permalink)  
Old 07-23-03, 06:57 PM
amailer's Avatar
amailer amailer is offline
_-*^# PHP Master #^*-_
 
Join Date: Jun 2003
Location: Canada
Posts: 237
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Code:
<?

$currentFile 
$_SERVER["SCRIPT_NAME"];

$img array_pop(explode("/"$currentFile));

echo 
$img;

?>
see if that works :/
__________________
Amailer - Spam/Advertise/Have fun
Reply With Quote