Just generate the pattern inside a table: <?php $numBeats=rand(0,11); ?> <table border="1"> <tr> <?php echo "<td>Beat:</td>"; for ($i=1; ...
確定! 回上一頁