xida on 10/29/09
Last Edited at 10/29/09 09:42am
$file = $_SERVER["SCRIPT_NAME"];$break = Explode('/', $file);$pfile = $break[count($break) - 1];echo $pfile;
Report this snippet Tweet
Comment:
You need to login to post a comment.