Newbie question about logins
Started by Yertsivad, Jun 20 2005 08:35 PM
3 replies to this topic
#1
Posted 20 June 2005 - 08:35 PM
#2
Posted 20 June 2005 - 08:42 PM
This site uses Invision Power Board, which has it's own PHP-Based login system that interacts with a MYSQL database to handle logins.
#3
Posted 20 June 2005 - 10:11 PM
Basically, you use a form to make the actual login boxes. That form goes to a php file which would log you in. That page would refer you to another page, where you are logged in.
#4
Posted 21 June 2005 - 01:31 AM
Even simpler..look at it as an if else statement.
if username + password == correct
then do this.
if username + password == wrong
then do this.
The username and passwords are all stored on a different page ( mySQL database ) that know one can see without having server access.
if username + password == correct
then do this.
if username + password == wrong
then do this.
The username and passwords are all stored on a different page ( mySQL database ) that know one can see without having server access.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
