Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.03 KB

File metadata and controls

39 lines (30 loc) · 1.03 KB

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.