質問編集履歴

1

文法の修正

2015/10/21 14:15

投稿

fgfnabwym
fgfnabwym

スコア78

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,9 @@
28
28
 
29
29
  <?php
30
30
 
31
- if (isset($_POST["test1"])) {
31
+ if (isset($_GET["test1"])) {
32
32
 
33
- $test1 = $_POST["test1"];
33
+ $test1 = $_GET["test1"];
34
34
 
35
35
  } else {
36
36