Skip to content

cfabian/login_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Login Form

A login form that uses PHP and MySQL. Usernames and passwords are queried from a MySQL database. Sessions are use to stop users from advancing before a correct username/password is entered.
This form works well with the Signup Form.

Usage

A MySQL database needs to be created in order to use this scipt. The way it is currently set up, the database uses the root user with an empty password. The database name should be "login" and the table name should be "UserName". The table should have two columns, "userName" for the username and "pass" for the password.

About

A login form the uses PHP and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages