Skip to content

re4nightwing/login-system-php-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login-system-php-javascript
Login System using PHP and Javascript/jquery with session and cookies. Also uses mysql database. 

Database - helloworld
table - login
  |->ID int(11) unique(index) Auto_increment
  |->username varchar(255) primary
  |->email varchar(200)
  |->password varchar(255)
  

About

Login System using PHP and Javascript/jquery with session and cookies. Also uses mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors