rborc415 Posted October 15, 2008 Share Posted October 15, 2008 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 Link to comment https://forums.phpfreaks.com/topic/128566-dreamweaver-cs3-php-registration-pages/ Share on other sites More sharing options...
revraz Posted October 15, 2008 Share Posted October 15, 2008 Just as you explained it. Query the DB to match those fields, if they match, update the row to include the PW. Link to comment https://forums.phpfreaks.com/topic/128566-dreamweaver-cs3-php-registration-pages/#findComment-666274 Share on other sites More sharing options...
rborc415 Posted October 15, 2008 Author Share Posted October 15, 2008 Thanks, wasn't expecting to hear form anyone so fast! Would it be an imposition to ask for an example? Thanks Link to comment https://forums.phpfreaks.com/topic/128566-dreamweaver-cs3-php-registration-pages/#findComment-666283 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.