Hi there,
How is it possible to transmit a lot of different values ($var1, $var2, tc...) to another pages, whithout loosing them, and NOT passing them trough the URL, like www.url.com?var1=a&var2=b, etc...
Thank you very much for your help,
Marc ;-)
1. use session and put those values in it 2. use hidden field post variables as array
Thank you for your answer, TTT, are there any others solutions, than a session and not a form?
Marc
You could also use cookies, but sessions are safer.