質問編集履歴

1

文字列の扱いを修正

2021/08/02 05:24

投稿

fd0517
fd0517

スコア3

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,7 @@
10
10
 
11
11
  //フラグが1の場合は表示
12
12
 
13
- echo <input type="radio" name="hoge" id="hoge" value="1" >huga'
13
+ echo'<input type="radio" name="hoge" id="hoge" value="1" >huga';}
14
-
15
- }
16
14
 
17
15
  ?>
18
16
 
@@ -30,13 +28,13 @@
30
28
 
31
29
  <?php
32
30
 
33
-           if ($s_flg == 1) {
31
+ if ($s_flg == 1) {
34
32
 
35
- <input type="radio" name="hoge" id="hoge" value="1" <?php
33
+ //フラグが1の場合は表示
36
34
 
37
- if ($p_flg == 1) { echo "checked";}?>huga
35
+ echo'<input type="radio" name="hoge" id="hoge" value="1"<?php
38
36
 
39
-             }
37
+ if ($p_flg == 1) { echo /'checked/';}?>hogeです';}
40
38
 
41
39
  ?>
42
40