A lightweight and secure CRUD user management system built with PHP and MySQL, featuring a modern UI, CSRF protection, and dark/light theme support.
This project is suitable for learning purposes, small internal tools, and as a portfolio demonstration.


git clone https://github.com/your-username/simple-user-manager.git
CREATE DATABASE user_manager;
users.sql
db.php:$host = "localhost";
$user = "root";
$pass = "";
$db = "user_manager";
http://localhost/simple-dynamic/
simple-dynamic/
├── index.php
├── add.php
├── edit.php
├── update.php
├── delete.php
├── db.php
├── style.css
├── script.js
├── users.sql
├── screenshots/
└── README.md
htmlspecialcharsPich Chanthorn IT Student – Build Bright University (BBU) Aspiring Full-Stack Developer
This project is open-source and available for educational and personal use.
```