do you know of an class to manage urls ? basically I need to parse the current url and add or remove key/value pairs to it to generate another url. Thanks 😃
Start with parse_url() and parse_str(). Note also the http_build_query() function. You could probably put one together yourself.
I was hopping for finding something already done, but it seems I'll have to do it and http_build_query() is not an option since it's not yet on a stable release or at least not on 4.3.4 Thank you anyway.🙁