Help for this page

Select Code to Download


  1. or download this
    <input type="checkbox" name="year" value="1996" />
    <input type="checkbox" name="year" value="1997" />
    ...
      .
      .
    <input type="checkbox" name="year" value="2005" />
    
  2. or download this
    my @selected_years = $query->param('year');