PHP Day 7: Loops and Even More Operators
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.



July 31st, 2008
What are you using to make & edit these videos?