Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は大学で点呼システムを自動化しようとしていて、この問題に遭遇しました。レジスターの日付を印刷しようとしていますが、通常の順序ではなく、この種の出力が得られます。
これが私がphpで使用したコードです、
for ( $i = 0 ; $i < count ( $attendance ) ; $i++ )<br> $data.="<th rowspan='2'>".$attendance[$i]['date']."</th>";