> When I try to pass a variable from one page to another the variable is
> completely inaccessible IF I have a session going.  The data has to be
> passed from one page to the next through the link, as the link tells
which
> product the user hit.  Any thoughts?

Is there a variable by the same name in the session? If register_globals
is on, the session value could be overwriting the GET value.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to