I have a database login page for a members area.
what i want to do is using a submit button let users put there user name and password in to the database.
the database is called users
the table is call tblusers
the fields are userid and password.
so what i want to do is after the user pays with paypal to get in to the members area is to let them add there user name and password to the database.
the web page has the stuff from ibill plus to text boxes with which the user puts in the details.
User name:
Password:
and a submit button so that when i click on the submit it adds those details to the database.
I have worked at this now till i am blue in the face with no results.
Please anyone help me .
oh yes the site is all in ASP.
Richard