[PHP] Storing variables

2002-03-21 Thread Morten Nielsen
Hi, I got a page, which is reloaded 3 times. When the user first sees the page he has to fill in some information. On the second page he press a button to confirm. I would then like for the third page to display what he has entered on the first page. What is the best way to store the variables

Re: [PHP] Storing variables

2002-03-21 Thread Miguel Cruz
On Thu, 21 Mar 2002, Morten Nielsen wrote: I got a page, which is reloaded 3 times. When the user first sees the page he has to fill in some information. On the second page he press a button to confirm. I would then like for the third page to display what he has entered on the first page.

Re: [PHP] Storing variables

2002-03-21 Thread Erik Price
On Thursday, March 21, 2002, at 03:39 PM, Miguel Cruz wrote: 3. Store them in a database and just pass the index from page to page using a hidden variable. Is this a frequently-used option? A while back I thought of using a scheme like this, but then thought to myself that it would be a