Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 559 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 559 Bytes

To-Do-List-PHP

This is a website that manages your tasks.

Functions

  • Add your tasks to the lists.
  • Edit your tasks.
  • Remove task from the list.

Back-End

  • It saves your tasks in a database using My-SQL.
  • Database Name : todo
  • Table Name : listitems

Screenshots

Home Page Update Page
Home-Page Update-Page
My-SQL Database
Server-Page