Help for this page

Select Code to Download


  1. or download this
    print start_Tr, start_td;
        print "$req$key: ";
        print end_td, start_td ($query->$input_html{$key}("$key") );
        print end_td, end_Tr;
    
  2. or download this
    <tr>
    <td>$req$key:</td>
    <td>  <input type="$input_html{$key}" name="$key">  </td>
    </tr>