AW: [PHP-DB] Variable passing

2001-04-24 Thread Thomas Lamy
> 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

RE: [PHP-DB] Variable passing

2001-04-24 Thread Jonathan Hilgeman
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

Re: [PHP-DB] Variable passing

2001-04-24 Thread johndmiller
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

Re: [PHP-DB] Variable passing

2001-04-24 Thread Johannes Janson
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

[PHP-DB] Variable passing

2001-04-24 Thread Brinzoi Constantin Aurelian
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