An open API service indexing awesome lists of open source software.

https://github.com/thecodeholic/php-crash-course-2020


https://github.com/thecodeholic/php-crash-course-2020

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://github.com/thecodeholic/php-crash-course-2020/tree/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