Autoplay
Autocomplete
Previous lesson
Complete and Continue
PHP 101
Project setup
Install PHP with Homebrew
4:28
Install a PHP IDE editor
2:00
Start the built-in PHP web server
2:38
PHP Tags
Create a “Hello world!” PHP script
2:03
Closing tags, semicolons & line breaks in PHP
3:01
Alternate method of calling PHP language constructs
1:10
Write short echo tags in PHP
1:55
Variables & Constants
Create & name variables in PHP
2:27
PHP data type assignments
3:30
Type casting in PHP
2:07
Type juggling (coercion) in PHP
2:50
Concatenating strings in PHP
3:10
String interpolation & escaping in PHP
1:40
Create a constant in PHP to store a fixed value
4:42
Create a Boolean variable in PHP
3:31
Conditionals
Conditionally execute PHP code with an if statement
1:50
Write multiple conditions to execute alternate PHP code
3:26
Alternate PHP if statement syntax for view files
3:38
Refactor a PHP if else statement into a ternary
3:35
Use a PHP switch statement for advanced conditional logic
4:14
Use a match statement for advanced PHP data checks
3:09
Arrays & Loops
Create a list using a PHP array
1:14
Display the contents of an array with a foreach loop
1:58
Use an array key to determine current iteration
1:28
Create a key:value store within a PHP array
2:21
Create a nested or multi-dimensional array in PHP
2:37
Get the count of a PHP array
2:34
Display the contents of an array with a for loop
3:40
Continue or break out of a PHP loop
2:20
Coming soon
More lessons on the way!
More lessons on the way!