Skip to content

A simple login and registration page based on PHP and MySQL

Notifications You must be signed in to change notification settings

davidecalza/php-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Login

A simple, "grandma-proof" login system written in PHP.
Once registered and logged, you can add and delete other users, or modify their information.
Password are encrypted with salty systems.

Prerequisites

  • MySQL
  • PHP
  • MySQL PDO extension

To manage the database

You can find the database dump in cont/php-login-db.sql
Edit database.php before starting the server.

Example:

private $host = "localhost";
private $database = "db_name"; 
private $username = "mysql_user";
private $password = "mysql_password";

Technologies

Credits

About

A simple login and registration page based on PHP and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published