Help - Search - Members - Calendar
Full Version: How Do You Make A Login Form Where Users Can Register And Login Etc...
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
Azzakio
How do you make a login form where users can register and login etc...???

Azzakio
Adam
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
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
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
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_G6Uh8saFk


Dreamweaver Tutorial

http://www.adesdesign.net/php/tutorials/dr...ecure_login.php




Secure Page


http://my2.php.net/features.http-auth
wozzym
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.