get file name from path

 


<?php

echo '<pre>';

print_r(basename($_SERVER['PHP_SELF']));

?>

Post a Comment

0 Comments