講師の仕事で<form>タグの動作確認用に作成したものです。
せっかくなので公開します。
<form action="http://sw-logic.com/TestBed/PhpRequestTester/get_request.php" action="get"> <table> <tr> <td>Param1</td> <td><input type="text" name="param1"></td> </tr> <tr> <td>Param2</td> <td><input type="text" name="param2"></td> </tr> <tr> <td>Param3</td> <td><input type="text" name="param3"></td> </tr> </table> <button type="submit">送信</button><br> </form><form>タグのactionは「http://sw-logic.com/TestBed/PhpRequestTester/get_request.php」を指定してください。