Forms, sessions and $HTTP_SESSION_VARS
Posted: Wed Dec 18, 2002 7:46 pm
Can anyone tell me how I pass form-content via $HTTP_SESSION_VARS or some other way of doing this when the form generates an array and I don't have register_globals turned on?
There's no problem doing this with register_globals turned on and I guess I could use $_POST but that would mean that I'd have to send the user to another page won't it?
Basically what I want is to be able to register an array on one page with a form resulting in the same page (iow you're still on the same page but the array is stored) and then accessing that array on another page.
Any ideas would be much appreciated.
Thanx
Rincewind_the_Wizzard
"Luck is my middle name" mumbled Rincewind, "mind you, my first name is Bad...."
There's no problem doing this with register_globals turned on and I guess I could use $_POST but that would mean that I'd have to send the user to another page won't it?
Basically what I want is to be able to register an array on one page with a form resulting in the same page (iow you're still on the same page but the array is stored) and then accessing that array on another page.
Any ideas would be much appreciated.
Thanx
Rincewind_the_Wizzard
"Luck is my middle name" mumbled Rincewind, "mind you, my first name is Bad...."