A TODO application written in OOPS PHP along with PDO style ... I coded this while learning OOPS and PDO concepts for the first time
-
Updated
Aug 13, 2017 - PHP
A TODO application written in OOPS PHP along with PDO style ... I coded this while learning OOPS and PDO concepts for the first time
this is my todo list challenge that uses simple html but also stores data to the database
To create a Todo App using PHP and MySQL, you'll first need to set up a MySQL database to store the tasks. Then, use PHP to create a web interface where users can add, edit, and delete tasks. PHP will handle the backend logic, such as connecting to the database and performing CRUD operations.
Add a description, image, and links to the php-todo-application topic page so that developers can more easily learn about it.
To associate your repository with the php-todo-application topic, visit your repo's landing page and select "manage topics."