Forum Moderators: coopster
A simple registration/login username/password combination using php/mysql where i can set the username as a cookie. The usernames would have to be unique to identify the user and retrieve proper info.
I just want to use a simple table (member) in mysql to store the username/password combinations. There can be no duplicates.
A google search on "php mysql resister login" produced a bunch of complicated sets of php code that made my head spin. Is there a simple way to have a user register a username/password and when they login set the username as a cookie that I can use to retrieve the proper data for the user?
Thanks for having an infomative board available.
Welcome to WebmasterWorld, DeMoss :)