Skip to content

henry7720/PHP-Login-AND-Register

Repository files navigation

Simple PHP Login AND Register

A Simple Login/Register developed in PHP with Google's reCaptcha.

Download

You can download the latest version or view all of the releases here.

Requirements

  • PHP ≥ 5.4

How To:

  1. Download all the files
  2. Create a table called users by importing createtable.sql into a MySQL Database:
  3. Open the register.php file and fill in your database details (including Google reCaptcha sitekey and secret).
  4. Finally, open login.php and also fill in your database details.

Note

This Login and Register is made for password protecting pages.

Reference addthistoeachpage.txt for instructions and protectedpage.php for the template.
If you'd like to use advanced options such as displayal of the logged in users username, and the number of users registered, view advancedoptions.php.

License

MIT