Log in

View Full Version : Dreamweaver cs3 registration form



rborc415
10-15-2008, 06:27 PM
Hi, I am in the process of redesigning my union's website to include a member area. Here's my problem...
I already have a database for our union members. What I want to do is to be able to have register using data that I already have for them in a table: Last Name, First Name, Date of Birth, Last 4 digits of SSN. There will also be fields for user name and password (which will originally be blank in the table). When the user hits the submit button, the form data needs to compare those first 4 submitted fields to the corresponding ones in the existing table (much the same way a credit card company might do with an existing account). If the data submitted matches what's in the table, the user name and password submitted in the form are written to the table and the user should be redirected to a login page.
How should i go about building such a registration page??
Help!!! ???

Thanks,
rborc415

olveyphotodesign
10-15-2008, 09:35 PM
If you are using Dreamweaver CS3, I highly recommend reading the Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP (ISBN-10 1-59059-859-8). I believe it will answer all your questions about what you want. You can download all of his examples at the friendsofed.com web site.

Good Luck,
Ben

rborc415
10-16-2008, 01:15 PM
Thanks,

I have that book somewhere, and will dust it off promptly:)

Rob