This video (five and a half minutes long) covers the basics of loops, as well as a couple more operators.
Links for PHP Day 7: Loops
Operators:
- PHP: Incrementing/Decrementing Operators – A reference page with examples from the PHP manual.
- PHP: Assignment Operators – Reference page from the PHP manual explaining the use of
=and the combined operators like+=and so on.
Loops:
Oh, and one last thing: I didn’t mention it, but of course you need to use curly brackets (as in { }) when you’re using more than one statement inside a loop, just like you would for conditional statements. See the links for examples.

What are you using to make & edit these videos?
Great Job, you are a wonderful human being. Pat yourself on the back, If I was there I’d do it.
This lesson is incredible! I took C# for two years and was discouraged by my instructors’ ability to teach the loop methods in ways I could understand… I suppose self-study.. ahem, peer studying is the best way to go! (:
thanks for all the good work.