<h1>A simple while loop</h1>. <?php. $i = 1;. while ($i <= 10){ print "$i <br>\n"; $i++; } // end while ?> PHP Arrays: An array is a data structure that ...
確定! 回上一頁