I have an <A> tag that is used this way:
<a href="register.php?mode=upgrd">Upgrade Here</A>
I am using sessions.
When the link is clicked it goes to the correct link but does NOT deliver the mode variable. (I tested for it at page load)
I noticed in the address bar that the mode was not included only the php session id.
I s this an issue with sessions or something else?