i have product id array on the form <input type="checkbox" name="rev[]" id="rev[]" value="<?= $row['prd_id'] ?>"> How can i submit "rev[]" array via ajax?