How can I check is certain variable is attached to a URL?
Say, I need to write a condition:
if mypage.php?valueXYZ=1
do one thing and is URL doesn't include valueXYZ in the string
do another...
I know ho to check if it's set, but how to check if it's UNSET?
COLOR=firebrick[/COLOR]