Help for this page

Select Code to Download


  1. or download this
    
     
    ...
             $tt .= "<option value=$row[0]>$row[1]</option>\n";
                     }
    
  2. or download this
    
    <form method=POST>
    ...
    
    ..............
    
  3. or download this
    
    # If the form has been completed, save data entered
    ...
             $nt .= "<input value=$row[13]></input>\n";
             $rt .= "<input value=$row[14]></input>\n";
                     }
    
  4. or download this
    
    <div class="container">
    ...
    <input type=submit name=go value=UPDATE>
    </div>
    </form><hr>