質問編集履歴

2

サンクスページとわかりやすく

2019/12/20 01:55

投稿

kamatama3
kamatama3

スコア4

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  // .
36
36
 
37
- header('Location: https://example.com');
37
+ header('Location: /thanks');
38
38
 
39
39
  }
40
40
 

1

処理箇所を記載

2019/12/20 01:55

投稿

kamatama3
kamatama3

スコア4

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,16 @@
23
23
  ```function.php
24
24
 
25
25
  function send_form(){
26
+
27
+ // ここに実行したい処理
28
+
29
+ // .
30
+
31
+ // .
32
+
33
+ // .
34
+
35
+ // .
26
36
 
27
37
  header('Location: https://example.com');
28
38