Simple User Manager
A lightweight and secure CRUD user management system built with PHP and MySQL, featuring CSRF protection and dark/light theming.
About this Project
Simple User Manager is a lightweight CRUD system for managing user records, built with PHP and MySQL. It suits learning purposes, small internal tools, and portfolio demonstration.
The interface is clean and responsive with a dark/light theme toggle, while the backend relies on prepared statements and CSRF tokens for safe form handling. Full UTF-8 support means Khmer characters are stored and rendered correctly throughout.
Key Features
Key Achievements
Implemented a complete CRUD flow across the add, edit, update, and delete endpoints.
Secured form submissions with CSRF tokens and sanitised rendered output with htmlspecialchars.
Delivered full Khmer character support through consistent UTF-8 handling end to end.