Skip to content

lanyshi/php_user_authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP: User Authentication System

A PHP user authentication and login system with MySQL database

Tutorial: PHP 8 MySQL Tutorial: Build Login and User Authentication System

Bootstrap template: REGISTRATION - Epic Bootstrap

Implementation

First create a table users.

Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
email varchar(50) NO UNI NULL
password varchar(255) NO NULL
date_time date NO NULL

The user is able to register with their email and password. And the application consists of:

  • User registration system
  • Login system
  • Log Out

Demo

demo.gif

About

A PHP user authentication and login system with MySQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published