質問編集履歴

3

指摘の改善(改善)

2022/08/10 00:50

投稿

Fuyu
Fuyu

スコア2

test CHANGED
File without changes
test CHANGED
@@ -150,7 +150,7 @@
150
150
  requireでconfirmation.phpを読み込んで変数を利用しましたが、受け取れませんでした。
151
151
 
152
152
  ### 補足情報(FW/ツールのバージョンなど)
153
- Setter、cookieは使わないようにと指示がありました。
153
+ セッション、cookieは使わないようにと指示がありました。
154
154
  php 8.1.6
155
155
 
156
156
 

2

誤字

2022/08/09 17:56

投稿

Fuyu
Fuyu

スコア2

test CHANGED
File without changes
test CHANGED
@@ -64,10 +64,6 @@
64
64
 
65
65
  /*
66
66
  =================================================================================================
67
- 県名を取得
68
- =================================================================================================
69
- */
70
- $prefecture = $_REQUEST['prefecture'];
71
67
 
72
68
  /*
73
69
  =================================================================================================

1

誤字

2022/08/09 17:48

投稿

Fuyu
Fuyu

スコア2

test CHANGED
File without changes
test CHANGED
@@ -89,7 +89,7 @@
89
89
  <button onclick="location.href='Registration_2.php'">修正</button>
90
90
  <button onclick="location.href='result.php'">確定</button>
91
91
 
92
- ### Registration.php(入力画面)のソースコード
92
+ ### Registration_2.php(入力画面)のソースコード
93
93
 
94
94
  <?php require('../app/header.php') ?>
95
95
  <?php require('confirmation.php') ?>