Page 1 of 1

How to send variables to the next page but not display them

Posted: Tue Jul 05, 2005 8:28 am
by ianhull
Anyone help with send variables to next page but not displaying them?

Thanks

Posted: Tue Jul 05, 2005 8:40 am
by AGISB
Sessions

Posted: Tue Jul 05, 2005 9:08 am
by ianhull
Can you help me more with this one?

How would I setup a session to retrieve the data?

Thanks

Posted: Tue Jul 05, 2005 10:21 am
by John Cartwright
Have a good read over the manual.. explains it all in great detail :wink:
http://ca3.php.net/session

Posted: Tue Jul 05, 2005 10:27 am
by andylyon87
I dunno if you wanna do it a lot in which cas the sessions are the way forward because they are more powerful than my suggestion.

You could use hidden fields on a form to pass values and variable between pages while you learn about sessions, but Id defo use sessions once you get the hang of um because theyre brill :)