Loops

Running same code over and over again is possible using a loop. Loop can have a fix number of repetitions or can be executed until a specific condition is met.

Check for a condition can be performed in the beginning of a loop or after a loop execution is performed.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator