Worked / Confirmed
input->post('worked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('confirmed') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
QSL Type
input->post('qsl') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('lotw') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('eqsl')) echo ' checked="checked"'; ?> >
$value) { if (preg_match('/^[A-Z][0-9]{2}$/', $dok)) { $doks[] = $dok; } } } ?>


DOK'; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($dok_array as $dok => $value) { // Fills the table with the data echo ' '. $dok .''; foreach ($value as $key) { echo '' . $key . ''; } echo ''; } echo '

Summary

'; foreach($bands as $band) { echo ''; } echo ''; foreach ($dok_summary['worked'] as $dxcc) { // Fills the table with the data echo ''; } echo ''; foreach ($dok_summary['confirmed'] as $dxcc) { // Fills the table with the data echo ''; } echo '
' . $band . 'Total
Total worked' . $dxcc . '
Total confirmed' . $dxcc . '
'; } else { echo ''; } ?>