This is a secure login & registration form using PHP, MySQL and jQuery using Bootstrap 3.
Form is using MySQL Prepared Statements and password encryption using SHA-256.
##Installation
1.Clone the Repository to your www directory
$ git clone https://github.com/laur1s/PHP-Registration-Form.git
- Setup your MySQL database
- Create an users table according
users.sql
##Usage
Feel free to modify the template according your needs and push the code if you make any improvements!