Or when using html table: <table> <tr> <?php $i = 0; foreach ($array as $value) { if ($i % 3 === 0) { echo '</tr><tr>'; } echo "<td>" . $value .
確定! 回上一頁