Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.05 KB

PHPToDo

What I learned -

  • Designing an CRUD application (Create, Read, Update & Delete)
  • Connecting an application with data from a SQL database
  • Create Database PHP functions in order to retrive, update and delete data
  • Javascript functions included Date time ticker, Countdown to Graduation, Popup window function
  • Encrypt data to prevent PHP SQL injection

Website Link -

UI-02

UI-02

UI-03

UI-04

UI-05

GitBash Commands

git clone https://github.com/zcarroll4/PHPToDo.git
git add .
git commit -m "INSERT MESSAGE FOR COMMIT"
git push