A PHP + MySQL CRUD web application built with PDO and OOP.
- Add, view, edit and delete student records
- PDO prepared statements — SQL injection protection
- htmlspecialchars — XSS protection
- PRG pattern — prevents duplicate form submissions
- Duplicate email detection
- PHP (no frameworks)
- MySQL with PDO
- Object-Oriented Design
- HTML / CSS