Skip to content

Beginner friendly User Login & Registration System using PHP and MySQL

Notifications You must be signed in to change notification settings

Firozkcode/php-user-login-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

User Login & Registration System Using PHP & MySQL

This project shows how to create a simple user authentication system using PHP and MySQL. Users can register an account and login using stored database credentials.

Designed especially for beginners learning backend development.

πŸš€ Features

  • User registration system
  • Login authentication with MySQL database
  • Secure password hashing
  • Simple beginner friendly PHP logic
  • Clean HTML forms

πŸ›  Technologies Used

  • PHP
  • MySQL
  • HTML
  • CSS

πŸ“‚ Project Structure

  • index.html β†’ Registration form
  • login.html β†’ Login form
  • register.php β†’ Backend logic (register + login)
  • users table β†’ MySQL database

β–Ά Tutorial Video

Watch the step by step tutorial here: (https://youtu.be/hY95FvFc1c0?si=MdQNW5djOAz_8v2-)

πŸ“Œ How to Run Project

  1. Create MySQL database named youtube
  2. Create users table using provided SQL
  3. Place project files in XAMPP/WAMP folder
  4. Open index.html in browser

Feel free to use and improve this project for learning purposes.

About

Beginner friendly User Login & Registration System using PHP and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages