Worked / Confirmed
input->post('worked') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('confirmed') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
input->post('notworked') || $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"'; ?> >


Number Prefecture'; foreach($bands as $band) { echo '' . $band . ''; } echo ' '; foreach ($waja_array as $waja => $value) { // Fills the table with the data echo ''; foreach ($value as $name => $key) { echo '' . $key . ''; } echo ''; } echo '

Summary

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