QRZ.com Functions

Here you can upload all QSOs to QRZ.com, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.

You need to set a QRZ API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.

result()) { echo ' '; foreach ($station_profile->result() as $station) { // Fills the table with the data echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
Profile name Station callsign Edited QSOs not uploaded Total QSOs not uploaded Total QSOs uploaded
' . $station->station_profile_name . '' . $station->station_callsign . '' . $station->modcount . '' . $station->notcount . '' . $station->totcount . '
'; } else { echo ''; } ?>