https://github.com/thecodeholic/php-crash-course-2020
https://github.com/thecodeholic/php-crash-course-2020
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/php-crash-course-2020
- Owner: thecodeholic
- Created: 2020-10-10T09:33:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T17:16:51.000Z (over 2 years ago)
- Last Synced: 2025-03-30T03:05:33.478Z (10 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 236
- Watchers: 12
- Forks: 228
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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