Alright so I think that if you pass a variable through a url like
<a href="page.php?var=foo">click me</a>
that on page.php I should be able to
<?php echo ($var); ?>
and it should give me foo
However I get nothing - ANYONE?
NEVER MIND ALL I GOT IT