Azzakio
Nov 4 2007, 05:17 AM
How do you make a login form where users can register and login etc...???
Azzakio
Adam
Nov 4 2007, 12:01 PM
A membership system including login, register and member areas requires a mySQL database and knowledge of PHP.
The basic structure of this system is:
Register page - Adds user to a table in the database, with their own unqiue user ID and username.
Login Page - Uses password and username to find that users row in the database, then set cookies or sessions to keep them logged in.
Protected Page - Looks for cookies set by logging in, if there is none that match the info in the database, it will deny access to the page.
There are lots of tutorials over the web for things like this; but if you know no or basic PHP this will be hard to complete.
jman1494
Jul 3 2008, 06:46 AM
QUOTE(Azzakio @ Nov 4 2007, 05:17 AM)

How do you make a login form where users can register and login etc...???
Azzakio
i dont know much of php and mysql but this one dude is helpin me out makin it to were u can register and log in on my website
NaRzY
Jul 3 2008, 09:54 AM
Well, if you bothered to search, there is about a billion pre-made systems for this out there and one good tutorial on here which you can find using the search feature.
Jacob.
mbhanley
Jul 9 2008, 03:38 PM
QUOTE(Azzakio @ Nov 4 2007, 05:17 AM)

How do you make a login form where users can register and login etc...???
Azzakio
Note: mySql / PHP is needed
Login Page
http://www.youtube.com/watch?v=7_G6Uh8saFkDreamweaver Tutorial
http://www.adesdesign.net/php/tutorials/dr...ecure_login.phpSecure Page
http://my2.php.net/features.http-auth
wozzym
Jul 10 2008, 03:39 PM
QUOTE(NaRzY @ Jul 3 2008, 02:54 AM)

Well, if you bothered to search, there is about a billion pre-made systems for this out there and one good tutorial on here which you can find using the search feature.
Jacob.
http://www.zymic.com/forum/index.php?showtopic=4034