Dreamweaver CS4 Resources
|
Update the database table of users
You must add an Insert Record server behavior
to the registration page to update the table of users in the database.
- 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.
- Complete the dialog box, making sure to specify the table
of users in the database into which the user data will be inserted.
Click OK.
The final step in creating a registration page is to make
sure the user name is not used by another registered user.
|