> Johannes Janson [mailto:[EMAIL PROTECTED]] wrote:
>
> You can output the passed varibles from the previous page
> in an 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.
T
n
-Original Message-
From: Brinzoi Constantin Aurelian [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 5:49 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Variable passing
Hi !
Here is the problem: I got 8 pages, shown one after another. Each have 2
buttons (one for continue and one
Use sessions. This will store the values on the server rather than
passing them back and forth. Lots less typing too.
On Tue, 24 Apr 2001, Johannes Janson wrote:
> You can output the passed varibles from the previous page
> in an in the form of the following page.
>
> Johannes
>
>
> "Brinzoi
You can output the passed varibles from the previous page
in an in the form of the following page.
Johannes
"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 anoth
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