🔹 Introduction
This project is a simple web application that allows users to create an account and log in using PHP and MySQL.
🔹 Technologies Used
PHP
MySQL
HTML / CSS
🔹 Database
CREATE TABLE users (
id INT AUTO_INCREMENT PRIMARY KEY,
username VARCHAR(50) NOT NULL UNIQUE,
password VARCHAR(255) NOT NULL
);
🔹 Features
User registration (inscription)
User login (connexion)
Dashboard (protected page)
Logout system
How to Run
Install XAMPP
Start Apache & MySQL
Import database
Open:
http://localhost/project_php
🔹 Demo Video
https://youtube.com/@said_dev_1?si=qQ-5-jiqlqz3jJhY
🔹 GitHub Repository
https://github.com/fincvhh123-dotcom/my_project_php.git
🔹 Conclusion
This project helped me understand authentication using PHP and MySQL.
Top comments (0)