Updating the table of users in the database

Updating the table of users in the database

You must add an Insert Record server behavior to the registration page to update the table of users in the database.

To update the table of users in the database:

  1. In the Server Behaviors panel (Window > Server Behaviors), click the Plus (+) button and select Insert Record from the pop-up menu.

    The Insert Record dialog box appears.

  2. Complete the dialog box, making sure to specify the table of users in the database into which the user data will be inserted.

    For instructions, see the following topics:

    • Setting the Insert Record dialog box options (ColdFusion)
    • Setting the Insert Record dialog box options (ASP & JSP)
    • Setting the Insert Record dialog box options (PHP)
  3. Click OK.

The final step in creating a registration page is to make sure the user name is not used by another registered user. See Making sure the chosen user name is unique.

Related topics

  • Building a registration page


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly
Building ColdFusion Applications Rapidly
Reference
Building ASP.NET Applications Rapidly
Building ASP and JSP Applications Rapidly