|
|
[Back to list] [Execute]
<?php
// Velox Letum (2005)
// elementation@gmail.com
// http://www.nanoshock.net
$file = "include/435/file2.11032424.php"; // File path
echo substr($file, strrpos($file, "/") + 1) . "<br />"; // Filename
echo substr($file, strrpos($file, ".") + 1); // File extension
?>
|
|
|