質問編集履歴

1

PHPのコードを消去しました

2021/05/11 08:18

投稿

gujhufiugho
gujhufiugho

スコア245

test CHANGED
File without changes
test CHANGED
@@ -152,7 +152,7 @@
152
152
 
153
153
 
154
154
 
155
- <input type="text" class="tel" name="tel" id="tel" value="<?php if(isset($tel)){ echo $tel; } ?>"/>
155
+ <input type="text" class="tel" name="tel" id="tel">
156
156
 
157
157
 
158
158
 
@@ -166,7 +166,7 @@
166
166
 
167
167
 
168
168
 
169
- <input type="text" class="email" name="email" id="email" value="<?php if(isset($email)){ echo $email; } ?>"/>
169
+ <input type="text" class="email" name="email" id="email">
170
170
 
171
171
 
172
172
 
@@ -186,9 +186,9 @@
186
186
 
187
187
  <option value="">支払方法</option>
188
188
 
189
- <option value="クレジットカード"<?php if(isset($pay) && $pay==="クレジットカード") { echo "selected" ;} ?>>クレジットカード</option>
189
+ <option value="クレジットカード"</option>
190
-
190
+
191
- <option value="銀行振込"<?php if(isset($pay) && $pay==="銀行振込") { echo "selected" ;} ?>>銀行振込</option>
191
+ <option value="銀行振込"</option>
192
192
 
193
193
 
194
194