I'm trying to pass two variables through the URL:
<a href='checkout.php?isOnfile=1&userid=$userid'>Click here</a>
isOnfile = 1 and
userid = $userid
It doesn't seem to work. Can anyone tell me how to do this? An example would be greatly appreciated. Thanks so much.