Forum Moderators: coopster
$url="http://www.example.tld/index.php?var1=#*$!&something=yyy&setting=zzz";
If I wanted to parse this url to grab all the variables, what could I use?
It would seem I would want to use parse_url, but that looks like it will take all the parts that I do want and just throws them into $url[query].
Any ideas?
Thanks.