Skip to content

deepakpathania-zz/php-mysql-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-mysql-login

  • A basic PHP and MySQL login and registration system.

Instrunctions to run

  • Create a MySQL database named login(or anything else and change the fourth parameter in mysqli_connect() in connection.php)
  • Create a table named members( or anything else and change the ninth line in index.php to alter $sql
  • Add users to the table and activate connection (or use the register page to register new users).
  • Edit the user.php to alter the post login screen for user.

About

A basic PHP and MySQL login system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages