回答編集履歴
1
headerのlocationの追記
test
CHANGED
@@ -60,7 +60,13 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
-
まずは整理しましょう
|
63
|
+
まずは整理しましょう&
|
64
|
+
|
65
|
+
`header('Location:result.php');`
|
66
|
+
|
67
|
+
[header](https://www.php.net/manual/ja/function.header.php)
|
68
|
+
|
69
|
+
でLocationしたならexitするべきだと思う
|
64
70
|
|
65
71
|
|
66
72
|
|