Table of Contents
PHP - For loop
About
Grammar - For
in PHP
See
for
Example
for ($i = 1; $i <= 10; $i++) { echo $i; }