Forum Moderators: open

Message Too Old, No Replies

Login Password and user name

         

Flolondon

8:43 am on May 23, 2005 (gmt 0)

10+ Year Member



i am dividing my user, password and login into three different tables although very close to each other in in the table. is it best to have one form for all of them
I form = user + password+ submit

Or should i have three different forms for user+ password and submit.

please help

mblair

8:59 am on May 23, 2005 (gmt 0)

10+ Year Member



Each "form" is a unique submission to the server.

If I understand you correctly, you need to have your USERNAME field, your PASSWORD field and your SUBMIT button all within the same form tag. The Form action will dictate where it goes for proccessing.