Skip to content

Instantly share code, notes, and snippets.

@ron623
Created March 13, 2019 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron623/3305cbd1640f0ebdb78d45673b10fd1c to your computer and use it in GitHub Desktop.
Save ron623/3305cbd1640f0ebdb78d45673b10fd1c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset ="UTF-8">
<title>ポストデータのテスト</title>
</head>
<body>
<h5>
<!-- アクションデータにはポストデータの送信先を指定 -->
<form method= "POST" action="POST2.php">
<label for=name">名前:</label>
<input id = "name" type= "text" name ="name" size= "15" />
<input type="submit" value = "送信" />
<br />
<br />
<?php
//HTTP通信のテストページです
$msg = "HTTP通信のテストページ";
print $msg;
// ★HTTP: ポストデータ:$_POST★
// ポストデータとは、<form method = "POST">タグで定義されたHTMLフォームから送信されるデータのこと
?>
</h5>
</body>
</html>
@Boverless1
Copy link

Hello! I wanted to share my impression of the https://perfsol.tech/ service. I was looking for an effective solution to optimise my business processes, and this site was a real discovery for me. From the first glance at their page, I liked their professional and modern visual atmosphere. Everything was easy to understand and conveniently organised, which made my experience of browsing this site a pleasant one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment