Ignore:
Timestamp:
2007/06/14 22:01:13 (17 years ago)
Author:
adati
Message:

1.4.0a-betaのマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/test/naka/test.php

    r8 r14676  
    1 <html lang="ja"> 
    2 <head> 
    3 <meta http-equiv=Content-Type content="text/html; charset=EUC-JP"> 
    4 </head> 
     1<?php 
    52 
    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 
    193require_once("../../require.php"); 
    204 
    21     if(isset($_POST['string'])) { 
    22         print("string is " . $_POST['string']); 
    23     } 
     5gfDebugLog($_GET); 
     6 
     7 
    248?> 
    25  
    26 </body> 
    27 </html> 
Note: See TracChangeset for help on using the changeset viewer.