video #16 - LOOPS / HTML entities / Basename

7 months ago
27

OK, let’s talk about ‘Loops’. Many time when you write code, you want the same block of code to run over and over again. So, instead of adding several almost equal code-lines in a script, we can use loops. Listen, loops are used to execute the same block of code again and again, as long as a certain condition is true. PHP has several different loops types.

Loading comments...