Re: [PHP-DB] keeping form field data when reloading a form

2002-08-29 Thread Lukas Boldrino
yes thats right "Russ" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]. .. Chip: Just use the names of the fields as the values too: HTH :-) Russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 1:58

Re: [PHP-DB] keeping form field data when reloading a form

2002-08-21 Thread chip . wiegand
Thanks, that works great. -- Chip "Stuart McDonald" <[EMAIL PROTECTED]> wrote on 08/20/2002 05:55:40 PM: > Are you setting the variables in the form? > Something like this - note the value field in the username field: > >align="center" cellpadding="1" cellspacing="0" border="0" bgcolor=

RE: [PHP-DB] keeping form field data when reloading a form

2002-08-20 Thread Russ
Chip: Just use the names of the fields as the values too: HTH :-) Russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 1:58 AM To: PHP_DB Subject: [PHP-DB] keeping form field data when reloading a form I have my email checker wo

Re: [PHP-DB] keeping form field data when reloading a form

2002-08-20 Thread Stuart McDonald
Are you setting the variables in the form? Something like this - note the value field in the username field: Username: Password:   This way, depending on how youare refreshing the login form, if the $username variable passed your validation tests it