質問編集履歴

2

記述ミス

2021/03/07 06:55

投稿

u-sukesan
u-sukesan

スコア160

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
  for($i=0; $i<count($array); $i++){
68
68
 
69
- if($row==$a){$s="checked";}else{$s="";}
69
+ if($i==$a){$s="checked";}else{$s="";}
70
70
 
71
71
  echo "<input type='radio' value='{$array[$i]}' name='status' $s>{$array[$i]}";
72
72
 

1

タイトル変更

2021/03/07 06:55

投稿

u-sukesan
u-sukesan

スコア160

test CHANGED
@@ -1 +1 @@
1
- phpでforの挙動について
1
+ phpでforとforeachの挙動について
test CHANGED
File without changes