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