Return to Snippet

Revision: 29664
at August 2, 2010 21:18 by r4b87


Initial Code
$path_parts=explode('/', $_SERVER['PHP_SELF']);

Initial URL


Initial Description
Separate the URL of the current page into an array of strings

Initial Title
Break url into parts

Initial Tags
url

Initial Language
PHP