Help for this page

Select Code to Download


  1. or download this
    fields =>
    {
    ...
       'field2' => 'value',
       'checkfield' => '1, 2, 3'
    }
    
  2. or download this
    @checks = (1, 3, 5); #just inserting some values
    
    ...
         'checkfield' => '5'
      }
    }