Posted by Ninja_Monkey on 02/15/06 01:20
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. 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.
"Leszek" <leszekt80@poczta.onet.pl> wrote in message
news:dsthfk$8l1$1@news.onet.pl...
> Hi.
>
> I have two forms each in different file user need to fill both one after
> another.
>
> Is it possible to display variables from both forms at the end?
>
> does $_POST contains variables from both forms?
>
> If not what is the way to display variables from previous form?
>
> Thanks.
> Leszek
>
>
>
Navigation:
[Reply to this message]
|