Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ginnw2/ae16301392cd3891b31980acfd965cca to your computer and use it in GitHub Desktop.
Save Ginnw2/ae16301392cd3891b31980acfd965cca to your computer and use it in GitHub Desktop.
Работает только при условии если включен ЧПУ
<?
$pieces = explode("/", $_SERVER['REQUEST_URI']);
$new_array = array_diff($pieces, array(''));
end($new_array);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment