PHP Function: Remove a Query String Key=>Value

I was recently coding a website which relied heavily on query string variables. It was absolutely imperative that I keep the query string clean and not duplicate keys. I needed to find a PHP function that would allow me to remove keys (and their values) easily and reliably. Enter a PHP function I found at … Continue reading PHP Function: Remove a Query String Key=>Value