Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 633 Bytes

PHP Crash Course 2020

Initial version - You can download the code and follow the video tutorial.

If you are interested to see final files switch to final-version branch.

The video covers all the basic things about PHP.

  • Comments
  • Variables
  • Numbers
  • Strings
  • Arrays
  • Conditionals
  • Loops
  • Functions
  • Dates
  • Including PHP files
  • Working with File System
  • Object Oriented PHP (OOP)
  • CURL
  • Product CRUD
    • Working with forms
    • File uploading and file validation
    • Working with mysql
  • Composer and autoloading