Hey guys, it's kind of hard to explain but basically I want to detect if any variables have been set through the URL. So with my IF statement all of the following should return true:
- http://domain.com/index.php?m=100
- http://domain.com/index.php?q=harhar
- http://domain.com/index.php?variable=poo&crazy=yes
and all the following return false:
Any ideas?