If I have a URL, for example, asdf.com/index.php?a=0&b=2, then using $ _GET for awill be 0, and for bwill be 2. However, the term I put in one function $ _GET has an ampersand in it e.g. a = Steak & Cheese. Is there a way to make ampersands work without the $ _GET variable, assuming that its work ends when the ampersand appears (so it doesn't pull the whole term)?
source
share