Re: [PHP] Newbie: Validate Required Form Fields

2004-09-02 Thread Manuel Lemos
Hello, I have a newbie question related to validating required Form fields. Suppose we have a two-step user registration process with scripts register1.php and register2.php, each page containing a set of required and non-required fields. In register1.php, when user submits the form, it calls regi

Re: [PHP] Newbie: Validate Required Form Fields

2004-09-02 Thread Jason Wong
On Thursday 02 September 2004 16:46, Brent Clements wrote: > Use javascript on register1 rather than actually submitting the form to the > server. It's the best way to do this, plus it's a bit quicker. If you have > javascript questions, those are for another forum. Yuo would use Javascript in add

Re: [PHP] Newbie: Validate Required Form Fields

2004-09-02 Thread Jason Wong
On Thursday 02 September 2004 16:37, Francis Chang wrote: > I have a newbie question related to validating required Form fields. > > Suppose we have a two-step user registration process with scripts > register1.php and register2.php, each page containing a set of required and > non-required fields

Re: [PHP] Newbie: Validate Required Form Fields

2004-09-02 Thread Brent Clements
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 02, 2004 3:37 AM Subject: [PHP] Newbie: Validate Required Form Fields > Hello All, > > I have a newbie question related to validating required Form fields. > > Suppose we have a two-step user registration process

[PHP] Newbie: Validate Required Form Fields

2004-09-02 Thread Francis Chang
Hello All, I have a newbie question related to validating required Form fields. Suppose we have a two-step user registration process with scripts register1.php and register2.php, each page containing a set of required and non-required fields. In register1.php, when user submits the form, it call