-
1 Welcome to PHP!
An introduction to the PHP programming language.
-
2 Control Flow: If/Else
Get your PHP programs to make decisions using 'if' and 'else'.
-
3 Control Flow: Switch
Streamline your PHP control flow with the 'switch' statement.
-
4 Arrays in PHP
Create and control lists of information using a new datatype: arrays!
-
5 Loops: For and ForEach
Loops allow you to repeat an action over and over.
-
6 Loops: While and Do-While
Here, we'll learn how to use 'while' loops in PHP.
-
7 Functions in PHP, Part I
Functions allow us to reuse code and give names to entire procedures!
-
8 Functions in PHP, Part II
In this lesson, we'll cover defining our own PHP functions.
-
9 Object-Oriented Programming, Part I
PHP supports object-oriented programming, which involves bundling data and functions together. Let's see how it works!
-
10 Object-Oriented Programming, Part II
PHP objects are instances of classes. In this course, we'll dive more into classes and cover advanced topics like inheritance!
-
11 Advanced Arrays and Maps
Let's uncover some of the more advanced secrets of arrays in PHP.
