Form and session variables
Posted: Tue Dec 23, 2003 9:32 am
Hi all !
I have a multiple pages form and I POST my values form page to page using method="POST" and on the next page I register all my fields as session variables using $_SESSION['FIELD1'] = $FIELD1;
It seems that once a value is passed as a session variable I cannot change it anymore ? What I would like to is that users could resbmit a page of the form, having changed some fields and that these values would now be taken and not the first ones.
How could I do that ?
Thanks for your support to a PHP rookie !!
I have a multiple pages form and I POST my values form page to page using method="POST" and on the next page I register all my fields as session variables using $_SESSION['FIELD1'] = $FIELD1;
It seems that once a value is passed as a session variable I cannot change it anymore ? What I would like to is that users could resbmit a page of the form, having changed some fields and that these values would now be taken and not the first ones.
How could I do that ?
Thanks for your support to a PHP rookie !!