PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.