0Pricing
PHP Academy · Lesson

Building a Simple To-Do List

Create a basic to-do list application with PHP and HTML.

1

Building a Simple To-Do List

Welcome to the lesson on building a simple to-do list! In this project, you’ll learn how to create a PHP application to add, display, and remove tasks. Let’s dive in!

Building a Simple To-Do List — illustration 1

2

Setting Up the Project

Before starting, ensure you have the following:

  • A web server like XAMPP or WAMP.
  • A text editor or IDE (e.g., VS Code).
  • A file named todo.php in your project directory.

Key Point: This project will use PHP sessions to store tasks temporarily.

All lessons in this course

  1. Building a Simple To-Do List
  2. Creating a Contact Form
← Back to PHP Academy