In PHP, there are two methods to write while loop. One is to use curly brackets {}. The other is to use colon: and "endwhile". while_loop.php. <?php; $i = 0; ...
確定! 回上一頁