Hi, Is there a way to pass variables to another page without the use of forms? I have a hidden processing page and I want some of its output to be sent to another page.
Juggy
Since all of the info passed is to be hidden, I don't want to pass on the URL. From previous posts, it seems that cookies and sessions are necessary but if there is a simpler way that would help since this is for only one page.
the simplest way is to pass the info in a hidden html form element. then retreive with a $HTTP_GET_POST command and use as normal. COPE
ps:sorry I was just about to hit the sack b4 I saw this; kinda short but right to point