PDF (adobe.com)

Create a database table of registered users

You need a database table of registered users to verify that the user name and password entered in the login page are valid.

 Use your database application and a registration page to create the table. For instructions, see the related topic link below.

The next step in building a login page is to add an HTML form to the page to let users log in. See the next topic for instructions.