質問編集履歴

1

実施したこと

2023/05/30 06:19

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -144,4 +144,21 @@
144
144
  ```
145
145
 
146
146
 
147
+ 実施したこと
147
148
 
149
+ <div class="contact-form">
150
+ <p>お問い合わせ内容をご記入ください<span>*</span></p>
151
+ </div>
152
+ <div class="contact-textarea">
153
+ <?php if (isset($_SESSION['result_contact'])) {
154
+ echo "<font color=\"red\">" . htmlspecialchars($_SESSION['result_contact'], ENT_QUOTES, 'UTF-8') . "</font>";
155
+ }?>
156
+ <textarea type="text" name="contact" id="contact"><?php if (isset($_SESSION['contact_ret'])) {
157
+ echo htmlspecialchars($_SESSION['contact_ret'], ENT_QUOTES, 'UTF-8');
158
+ }?></textarea>
159
+ </div>
160
+
161
+
162
+ ーーーー改善なし
163
+
164
+