hi,
Depending on the amout of info you try to pass this is or isnot the way to go.
I use passing var's in forms and urls myself, unless it is really critical information..
It is a trick using sessions, so please have a look at the manual, and do a search on this forum. There are a lot of thread about it.
In short: On each page you start a session before 'doing' any other coding, and you register the variables you want to use later on.
Then in the next pages you can call the variables from the session array.
J.