Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created June 12, 2013 08:49
Show Gist options
  • Save omarqureshi/5763787 to your computer and use it in GitHub Desktop.
Save omarqureshi/5763787 to your computer and use it in GitHub Desktop.
php > print_r(parse_url("http://somesite.blogg.se/whatever?cunt"));
Array
(
[scheme] => http
[host] => somesite.blogg.se
[path] => /whatever
[query] => cunt
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment