|
Posted by kirke on 10/19/06 01:32
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.
Navigation:
[Reply to this message]
|