Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-22 Thread Nelson C
> > > FILE : 2.php > > > > Name : > Address : > > > > > > > -Original Message----- > From: news [mailto:[EMAIL PROTECTED] > Sent: 18 February 2003 11:15 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Preserving form field values betwe

Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Chris Boget
> Does anyone have a more practical/useful way of preserving field > values from page-to-page... or hiding fields as a user clicks on each > tag? You can make it all one very, very large form and use DHTML to show or hide the appropriate fields. Chris -- PHP Database Mailing List (http://ww

Re: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Mark
possibly use sessions? --- news <[EMAIL PROTECTED]> wrote: > Hi, > > I'm building a form page that has 3 tags for different types of > fields (i.e. > Personal details, location details, other). I want to preserve the > values > of the filled in fields as the user moves from section/tag to > sec

RE: [PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread Clarkson, Nick
To: [EMAIL PROTECTED] Subject: [PHP-DB] Preserving form field values between pages/tags Hi, I'm building a form page that has 3 tags for different types of fields (i.e. Personal details, location details, other). I want to preserve the values of the filled in fields as the user moves from section

[PHP-DB] Preserving form field values between pages/tags

2003-02-18 Thread news
Hi, I'm building a form page that has 3 tags for different types of fields (i.e. Personal details, location details, other). I want to preserve the values of the filled in fields as the user moves from section/tag to section/tag. I've tried making each tag a separate page and use the URL to pass