Home
Press ? for keyboard navigation
❮
If statement
Exercise: improve the calculator
❯
for
for loop
examples/intro/for_loop.php
<?php
for
(
$i
=
1
;
$i
<=
9
;
$i
++
)
{
print
"
$i
<br>"
;
}
?>
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)