teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

コードの記載方法変更

2020/07/01 12:45

投稿

yoyoyo21
yoyoyo21

スコア1

title CHANGED
File without changes
body CHANGED
@@ -5,6 +5,7 @@
5
5
  なお、POSTの代わりにGETしたところうまく動いてます。
6
6
 
7
7
  ###example.php
8
+ ```php
8
9
  <!DOCTYPE html>
9
10
  <HTML>
10
11
  <head>
@@ -24,9 +25,11 @@
24
25
 
25
26
  </body>
26
27
  </html>
28
+ ```
27
29
 
28
30
 
29
31
  ###test.php
32
+ ```php
30
33
  <!DOCTYPE html>
31
34
  <HTML>
32
35
  <head>
@@ -43,6 +46,7 @@
43
46
 
44
47
  </body>
45
48
  </html>
49
+ ```
46
50
 
47
51
  実行結果
48
52
  URL;http://localhost/_staff/example.php?username=aaa

1

マークダウン表記の変更

2020/07/01 12:45

投稿

yoyoyo21
yoyoyo21

スコア1

title CHANGED
File without changes
body CHANGED
@@ -4,8 +4,7 @@
4
4
  単純なPOSTを試みてるのですが、どうもうまくいきません。原因がわからないのですがご教授願えますでしょうか。
5
5
  なお、POSTの代わりにGETしたところうまく動いてます。
6
6
 
7
- #example.php##############################################################
7
+ ###example.php
8
-
9
8
  <!DOCTYPE html>
10
9
  <HTML>
11
10
  <head>
@@ -25,9 +24,9 @@
25
24
 
26
25
  </body>
27
26
  </html>
28
- ##############################################################
29
27
 
28
+
30
- test.php##############################################################
29
+ ###test.php
31
30
  <!DOCTYPE html>
32
31
  <HTML>
33
32
  <head>
@@ -44,7 +43,6 @@
44
43
 
45
44
  </body>
46
45
  </html>
47
- ##############################################################
48
46
 
49
47
  実行結果
50
48
  URL;http://localhost/_staff/example.php?username=aaa