Is it possible for pass variables from a link, but not have them show up in the URL? I'm trying to pass "hidden" data from an href and I have seen it done on other sites, just don't know how.
Thanks,
Shirley
use post
<form action="hello.php" method="post">
<input hidden...... </form>
Are you saying I should surround my href tag with a form tag and pass my data as hidden variables? Can you post a small sample that I can look at to make sure I understand?