I have a webpage to which any amount of URL varibales could be set.. examples:
- index.php?source=lol
- index.php?source=lol&sub=haha
- index.php?aff=123
- index.php?keyword=pizza
I want a way that I can detect that any url variable has been set, if a url variable has been set I want to print something on the page. Any ideas? I couldn't find anything on Google about this.