Page 2 of 2

Posted: Thu Jun 10, 2004 5:37 pm
by tim
I feel (seing you want to pass certain variables n save them over a number of pages) you should combine sessions with your code.

from sessions, you can easily transfer variables (from post or get, or whatever)

read the session tutorial provided by jason in the tutorial section.

sessions are easy and would be the golden ticket for you i think.

good luck