|
This is a very common sever side programming, I suggest you search some script and read them.
Basic idea:
Signup : pretty easy, save user's information to database.
Login : compare the input login info with the database record, if correct, create a cookie which is used in every following page. if wrong, display error message.
|