Setting up a web site to store user names, passwords and cookie script

ginuwine

Junior Member
Apr 29, 2002
1
0
0
Hey.

I'm trying to set up a website where users initially have to enter in their information such as credit card info, address, etc. for a user name and password.
I would like to set up this website to store the various user profiles and everytime the user opens up the site after the initial registration, the website will automatically sign that person in with a message such as:

"Welcome John. If you are not John, please click here".

Anyone know how to set up a site to do something like this?


Any help would be greatly appreciated.
 

kt

Diamond Member
Apr 1, 2000
6,031
1,346
136
That's easy enough to do.. but you should have a database to store all the user information though (not needed, but recommended). You can easily do it with either PHP or ASP. Your cheapest solution would be PHP/MySQL.