Key topics
- Using PHPinfo
- Variables
- Variable Naming Conventions
- Strings and Numbers
- For Loops
- While Loops
- Initialising Variables
- echo statement
- Differences between double and single quotes
Key Operators
- The assignment operator (=)
- The concatenation operator (.)
- The increment concatenation operator (.=)
- The addition operator (+)
- The addition increment operator (++)
Key terms
- Variable Naming Conventions
- Initialising Variables
- Concatentation
- Interpolation
- Statement Blocks
Get PHP Configuration
Writing Comments
Hello World
Introducing Variables and Strings
Variables within Strings
Generating a table
While loop
For loop
Using FOR loop to generate rows in a table