Copy and paste from my website:
http://manulaiko.hol.es/php-programm...ctures-part-2/
The last time we talk about control structures that choose between 1, 2 and more options, now we’re going to talk about loops.
What is a loop?
A loop is a piece of code that repeats X times, the times that the code is repeated is given by a condition, there are 2 (actually 4, I will explain 3 because I’ve never used the last one and I don’t like it) control...