> Johannes Janson [mailto:[EMAIL PROTECTED]] wrote:
> 
> You can output the passed varibles from the previous page
> in an <input type=hidden > in the form of the following page.
> 
> Johannes
> 
But be sure to urlencode() your data before putting in the hidden fields,
and decode them when you enter the next page.

Thomas
> 
> "Brinzoi Constantin Aurelian" <[EMAIL PROTECTED]> schrieb im 
> Newsbeitrag
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi !
> >
> > Here is the problem: I got 8 pages, shown one after 
> another. Each have 2
> > buttons (one for continue and one for abort). When I click 
> to "Continue" I
> > go to the next page. On the last page I have to submit ALL 
> variables from
> > these 8 pages to the database.
> >
> > My test shown that only the variables from the last page 
> are filled-in and
> > otherones are empty.
> >
> > I have tried with another php page that includes all 8 -
> > include("page..."). Worthless!
> >
> > What can I do?
> >
> > TIA,
> >
> > Constantin Brinzoi
> > Dept. Sondaje
> > IRECSON
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> >
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to