Help for this page

Select Code to Download


  1. or download this
    <input name="tracktitle_1" type="text">
    <input name="tracklength_1" type="text">
    <input name="tracktitle_2" type="text">
    [...]
    
  2. or download this
    $i = 0;
    while (1) {
    ...
      $length = get_param("tracklength_$i");
      ... insert into database ...
    }