|
Posted by Johannes Wienke on 02/15/06 01:26
Hello,
Am 15.02.2006 00:20 schrieb Ninja_Monkey:
> you could do it by moving the 1st POST variables into a SESSION variable.
> then jsut adding the second forms post to the session untill all forms are
> done. then just display everything stored in the session at the end.
Yes, that works, too, but you can have problems when validating the site
and users may see the session-id.
> im not sure if session variables can contain arrays but if they can
you could store
> each form in an array , that would make it easier.
Thats works! $_SESSION itself is an array.
Navigation:
[Reply to this message]
|