https://github.com/nduhamell/login-signup-form
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:
https://github.com/nduhamell/login-signup-form
login-system loginpage mysql php register-form registration registration-forms signup
Last synced: 3 months ago
JSON representation
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:
- Host: GitHub
- URL: https://github.com/nduhamell/login-signup-form
- Owner: nduhamell
- License: mit
- Created: 2018-02-23T06:10:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T11:12:41.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:03:07.125Z (9 months ago)
- Topics: login-system, loginpage, mysql, php, register-form, registration, registration-forms, signup
- Language: PHP
- Homepage: https://nateduhamell.com/github-project-login-sign-up-form/
- Size: 18.6 KB
- Stars: 112
- Watchers: 7
- Forks: 79
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Login and Register Form
====================================
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login.
All information is stored in a MySQL database. After successful login the user is redirected to their dashboard.
I enjoy making software so much! Please, if you see any issues make them known!
Documentation
===============
https://nateduhamell.com/github-project-login-sign-up-form/
Features
===============
* stores passwords in DB as hashes
* modern and minimalistic design
* easy logout via logout.php
Making a secure Page
=====================
To make a secure page add the contents from "auth.php" to the top of any .php page. This will force the user to login before they can see your page.
Install Images
===============
Update the db.php File Details as shown Below:
Preview
========
Login Form: https://files.nateduhamell.com/test/login-signup-form-master/login.php
Registration Form: https://files.nateduhamell.com/test/login-signup-form-master/registration.php
License
==========
This software is under an MIT License. Which allows full use to edit, distribute, or sell this code.
See the "LICENSE" file for more information!
