Forums
This topic is locked
User Registration/Email Confirmation
Posted 28 Feb 2003 19:06:38
1
has voted
28 Feb 2003 19:06:38 Toby Young posted:
I need to set up a set of pages that do the following:1) Accept User information (no username/password) only contact info.
2) A verification page to summarize the form inputs.
3) A thank you/confirmation page.
I want the form to email the individuals that registered confirmation of their registration and also send data to a SQL DB.
I currently have a script that does everything above except it writes data to a text file (which is fine) However, I would like to step up to asp or php based for speed and possibly a SQL DB. Writing to a text file would also be fine.