|
Posted by kirke on 10/24/06 03:41
Thx Rik.
B, C, D are different pages. Then How can I set it?
Hidden doesn't work at all.
kirke wrote:
> Hi,
>
> I have an idea about returning variables.
>
> in 1st page, there's variable "x1". it's action page is B.
> So, I can use "x1" in B.
>
> $x11 = (int)$_POST['x1'];
>
> B's action page is C
>
> In that case, I want to use "x1" in C.
> So, can I save "x1" in B and use it in C?
>
> for exmaple, can I use following commend in C?
>
> $x22 = (int)$_POST['x11'];
>
> Thx.
[Back to original message]
|