Dark Mode
Image
  • Wednesday, 16 October 2024
Create a Registration and Login System using PHP-MySQL with session

Create a Registration and Login System using PHP-MySQL with session

Developing a web application is not as easy as you think to reach the client/user expectations. Here, I have created a simple Registration and Login System in PHP and MySQL with the session

About

How to create a Registration and Login System with PHP and MySQL. In this tutorial, we walk through the complete process of creating a user registration system. Users can create an account by providing username, password, email. After the account was created, the user can log in to their own account. Once the user login, it will redirect to the Dashboard page. Moreover, the user can logout from his panel. This whole system we are developed using PHP and MySQL.

 

Download:-

Go to Github following repository,

https://github.com/bdstar/login-php

 

Features/Functionalities:

  • Login Page
  • Registration Page
  • Dashboard Page
  • Session System
  • Hashing Password
  • MySQLi Connection

Frameworks/Libraries/Languages:

  • HTML-CSS - for design
  • PHP- for server-side language
  • MySQL - for Database
  • Session - for authentication

How to Run (using XAMPP)

  1. Download and Install the latest XAMPP version.
  2. Run the XAMPP Control Panel and start the Apache and MySQL.
  3. Clone application from Github repository.
  4. Create database "LoginSystem" in PHPMyAdmin panel. Database script is in the Github repository description 
  5. Make sure your project folder into XAMPP's "htdocs" folder. [C:\xampp\htdocs\]
  6. Open browser and browse XAMPP's PHPMyAdmin. [http://localhost/phpmyadmin/login-php]

 

I hope this simple project will help you to understand and expand your knowledge in developing PHP web applications.

Enjoy!

Comment / Reply From