Skip to content

Tag: query-string

Understanding ‘parse_str’ in PHP

I’m a PHP newbie trying to find a way to use parse_str to parse a number of URLs from a database (note: not from the request, they are already stored in a database, don’t ask… so _GET won’t work) So I’m trying this: Please note that here I am just supplying an example URL, in the…