Skip to content

AMDINDOWS/php-mysql-login-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-mysql-login

A simple php and mySQL login system. Want to see what it's like? Click here

Config

config.php
<?php
$db_host = "localhost";  // server to connect to.
$db_name = "login";  // the name of the database.
$db_user = "database username";  // mysql username to access the database with.
$db_pass = "database password";  // mysql password to access the database with.
$db_table = "users";    // the table that this script will set up and use.
?>

About

A simple php and mySQL login system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 69.5%
  • PHP 30.5%