Project Challenge: Create and List Tasks
Explore how to split task management into separate pages for creating and listing tasks using PHP and JSON storage. Learn to validate form data, save tasks per user sessions in a JSON file, and restrict page access to logged-in users to build secure CRUD functionality.
We'll cover the following...
We'll cover the following...
Problem statement
This challenge builds on top of the previous one, so we will continue to work on the project that we have already created.
Next ...