set loop iteration, loop will continue to run as long as ( $i<=100) . So output display 5050. Find all even numbers between 1 to 100. <?php for ($i=2; $i ...
確定! 回上一頁