Posted by dacoman@gmail.com on 02/07/07 21:39
Hello,
I'm trying to make a registration form formed of four steps using the
same file. At each step I process the $_POST vars, I colect some more
and move to the next step. The problem I have is that after second
step the $_POST varialble (array) clears out. I know that because I
print_r($_POST) array.
What am I doing wrong?
Thanks,
-D
[Back to original message]
|