08-17-2009, 01:42 PM
|
#5 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
You name your php scripts right ?
a file(phpfile) name: index.php.. = filename..
PHP Code:
//this works as well ;) function fileName($path) { return substr($path, strrpos($path, '/')+1, strlen($path)); }
|
|
|
|