lindangulopez / php-crash-course-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:PHP 66.8%Language:Hack 26.5%Language:HTML 6.7%