advanced code snippet search
r4b87 on 08/02/10
url
08/02/10 09:18pm
1 person have marked this snippet as a favorite
Vordreller
Separate the URL of the current page into an array of strings
$path_parts=explode('/', $_SERVER['PHP_SELF']);
Report this snippet Tweet
Comment:
You need to login to post a comment.