WEBVTT

00:00.140 --> 00:05.960
So welcome in this next module inside which we're going to learn about expressions and control structures.

00:05.960 --> 00:12.440
So the absolute basics of the PHP language we're going to begin with expressions and data types which

00:12.440 --> 00:15.200
also means variables then conditionals.

00:15.200 --> 00:21.920
So how can you conditionally run some code using if statement switch statement and the all new PHP eight

00:21.950 --> 00:23.150
match statement.

00:23.150 --> 00:29.240
Then also we're going to go through the loops, which is just running some code for any given amount

00:29.240 --> 00:33.440
of time using a while loop for loop do while for each.

00:33.440 --> 00:35.150
And then finally you're going to learn.

00:35.150 --> 00:42.170
How can you use multiple PHP files by using the require or include statement.
