回答編集履歴

1

不足事項の追加

2018/07/31 08:28

投稿

madoka9393
madoka9393

スコア992

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  <?php
20
20
 
21
- for ($count = 0; $count < count($result); $count++) {
21
+ for ($count = 0; $count < count($result); $count++) { // $result:テーブルのセレクト結果
22
22
 
23
23
  echo "<option index=" .$result[$count]["id"]. " value=" .$result[$count]["name"]. ">";
24
24