| Revision 8,
468 bytes
checked in by root, 19 years ago
(diff) |
|
new import
|
| Line | |
|---|
| 1 | <html lang="ja"> |
|---|
| 2 | <head> |
|---|
| 3 | <meta http-equiv=Content-Type content="text/html; charset=EUC-JP"> |
|---|
| 4 | </head> |
|---|
| 5 | |
|---|
| 6 | <body> |
|---|
| 7 | |
|---|
| 8 | <table> |
|---|
| 9 | <form name="form1" action="test.php" method="POST"> |
|---|
| 10 | <tr> |
|---|
| 11 | <td>ʸ»ú¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤</td> |
|---|
| 12 | <td><input type="text" name="string"></td> |
|---|
| 13 | <td><input type="submit" value="Á÷¿®"></td> |
|---|
| 14 | </tr> |
|---|
| 15 | </form> |
|---|
| 16 | </table> |
|---|
| 17 | |
|---|
| 18 | <?php |
|---|
| 19 | require_once("../../require.php"); |
|---|
| 20 | |
|---|
| 21 | if(isset($_POST['string'])) { |
|---|
| 22 | print("string is " . $_POST['string']); |
|---|
| 23 | } |
|---|
| 24 | ?> |
|---|
| 25 | |
|---|
| 26 | </body> |
|---|
| 27 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.