Hi - quick question. How do you simply check to see if a variable is in the query string ($_GET)? like to see if yourname is in index.php?myname=jon&yourname=bob
I've tried in_array, and I've tried just if ($_GET('yourname')) {}. Any suggestions?
Thanks
Jonathon