USER4FUN
01-25-2007, 10:26 AM
I want to change my website to user registration
i have searched the internet and there are tons of examples, i do not want to waste too much time with the bad ones, does any one have any recommendations
i will be asking for
Last Name
First Name
Address /city/state/zip code
email
Username
password
I want them to be able to log in //open the session got o a certain page and display hello, $Username
and log out //close the session and redirect to home page and display
Hello Guest
request password my email option if they for get it.
also, offcourse i want a sample that has all the works, checking if username is already taken, checking for invalid char in password and username (only 1-9 and A-Z)
I think i would rather have pop message boxes when an error occurs rather that go arround and design all the site pages.
i am using phpmyadmin and mysql
i have searched the internet and there are tons of examples, i do not want to waste too much time with the bad ones, does any one have any recommendations
i will be asking for
Last Name
First Name
Address /city/state/zip code
Username
password
I want them to be able to log in //open the session got o a certain page and display hello, $Username
and log out //close the session and redirect to home page and display
Hello Guest
request password my email option if they for get it.
also, offcourse i want a sample that has all the works, checking if username is already taken, checking for invalid char in password and username (only 1-9 and A-Z)
I think i would rather have pop message boxes when an error occurs rather that go arround and design all the site pages.
i am using phpmyadmin and mysql