This class aims to help new coders understand some of the most important concepts to keep in mind when working with PHP.
We'll learn about some fundamentals to programming, multiple PHP syntax, and examine some simple projects.
Sections:
- Reading & Writing PHP
- Introduction to PHP Variables
- Introduction to PHP Control Structures
- Debugging & PHP Settings
- Strings
- Arrays
- System variables and Magic constants
- Functions
- Variable Scope