回答編集履歴
1
headerのlocationの追記
answer
CHANGED
@@ -29,6 +29,9 @@
|
|
29
29
|
}
|
30
30
|
```
|
31
31
|
|
32
|
-
まずは整理しましょう
|
32
|
+
まずは整理しましょう&
|
33
|
+
`header('Location:result.php');`
|
34
|
+
[header](https://www.php.net/manual/ja/function.header.php)
|
35
|
+
でLocationしたならexitするべきだと思う
|
33
36
|
|
34
37
|
※result.phpのSQLはGROUP使えない?
|