|
Posted by damn on 08/10/06 20:37
Hi,
in short what I'm trying to do: pass a variable from a form that's posted
to a certain page, to the same page. The variable is extracted with
$_REQUEST. Next, another form in the same page is submitted, again to the
same page. Following that, I have code depending on the submission of the
latter form. In that code, I try to do something with the variable that
has been submitted with the first form, but it's not there anymore. I
tried passing it to another variable beforehand, making it a session
variable, making the $_REQUEST conditional, etc etc. But nomatter what I
do, it remains empty.
What's the correct way to go about this?
Thx a mille!
B.
[Back to original message]
|