A basic task manager built with PHP PDO and prepared statements for secure CRUD operations.
- Create – Add new tasks.
- Read – View all tasks.
- Update – Edit existing tasks.
- Delete – Remove tasks.
- Uses PDO with prepared statements (prevents SQL injection).
- Very simple & lightweight – no frameworks needed.