Replace values in a URI query string

PHP has a convenient function to parse query strings: parse_str(). You might want to take a look at that or provide more details as your question isn’t exactly clear.

Leave a Comment