This is a simple PHP project that demonstrates how to use PDO (PHP Data Objects) for database access with a MySQL database. The application serves as a basic task list where users can create, read, update, and delete tasks. It aims to illustrate the use of PDO for secure database interactions and provide a foundation for building more complex PHP applications.
- Create new tasks
- View existing tasks
- Update task details
- Delete tasks
- User-friendly interface
Before you begin, ensure you have the following installed:
- PHP (7.2 or higher)
- MySQL (5.7 or higher)
- Composer (for dependency management)
- A web server (e.g., Apache or Nginx)