<html> <body>
<form action = "test_view.php" method = "get" > <input type="text" name="get_data1">
<input type="submit" name="GET送信" value="GET送信"> </form>
</body> </html>
<?php echo $_GET["get_data1"]; ?>