質問編集履歴

1

PHPのインデント修正

2015/09/14 08:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,19 +14,19 @@
14
14
 
15
15
  echo "<form method='POST' action='index.php'>";
16
16
 
17
- echo "<label for='chk_".$i."'>";
17
+ echo "<label for='chk_".$i."'>";
18
18
 
19
- echo "<input type='checkbox' class='chk' value='0' id='chk_".$i."' onClick='whichChk()'>";
19
+ echo "<input type='checkbox' class='chk' value='0' id='chk_".$i."' onClick='whichChk()'>";
20
20
 
21
21
  echo "</label>&nbsp;";
22
22
 
23
- echo "<input type='submit' value='削除' id='sub_".$i."'><br>";
23
+ echo "<input type='submit' value='削除' id='sub_".$i."'><br>";
24
24
 
25
- echo "</form>";
25
+ echo "</form>";
26
26
 
27
- }
27
+ }
28
28
 
29
- echo "</div>";
29
+ echo "</div>";
30
30
 
31
31
  ?>
32
32