[PHP] form within form

2003-02-13 Thread Edward Peloke
I am creating a form to allow the user to change his/her password. After the user enters their username and old password, I need to verify that info before they can change their user name and password. So I tried using a form within a form but am having some problems with passing the parameters

RE: [PHP] form within form

2003-02-13 Thread Edward Peloke
ALso, global variables are off... -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 1:22 PM To: Php-General@Lists. Php. Net Subject: [PHP] form within form I am creating a form to allow the user to change his/her password. After

Re: [PHP] form within form

2003-02-13 Thread Rick Emery
What do you mean by verify that info? Do you mena verify for content, or form, or what... - Original Message - From: Edward Peloke [EMAIL PROTECTED] To: Php-General@Lists. Php. Net [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 12:22 PM Subject: [PHP] form within form I am

RE: [PHP] form within form

2003-02-13 Thread Cory Hicks
Subject: [PHP] form within form I am creating a form to allow the user to change his/her password. After the user enters their username and old password, I need to verify that info before they can change their user name and password. So I tried using a form within a form but am having

Re: [PHP] form within form

2003-02-13 Thread Cory Hicks
My bad...I see your code now. On Thu, 2003-02-13 at 12:22, [EMAIL PROTECTED] wrote: I am creating a form to allow the user to change his/her password. After the user enters their username and old password, I need to verify that info before they can change their user name and password.

RE: [PHP] form within form

2003-02-13 Thread Edward Peloke
Subject: Re: [PHP] form within form What do you mean by verify that info? Do you mena verify for content, or form, or what... - Original Message - From: Edward Peloke [EMAIL PROTECTED] To: Php-General@Lists. Php. Net [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 12:22 PM Subject: [PHP

Re: [PHP] form within form

2003-02-13 Thread Jason Wong
On Friday 14 February 2003 02:22, Edward Peloke wrote: I am creating a form to allow the user to change his/her password. After the user enters their username and old password, I need to verify that info before they can change their user name and password. So I tried using a form within a

Re: [PHP] form within form

2003-02-13 Thread Marek Kilimajer
Forms cannot be nested, there can be no form within form. Simply use 4 fields - username, oldpassw, newpassw, newpassw2 (must be equal newpassw), when the form is submited, check if username and oldpassw are valid, newpassw = newpassw2, and if everything is right, you can update to the new

Re: [PHP] form within form

2003-02-13 Thread Rick Emery
PROTECTED] Sent: Thursday, February 13, 2003 12:30 PM Subject: RE: [PHP] form within form I apologize I mean when they click the 'verify' button, I verify their username and password before I allow them to update it. Eddie -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent