| Station Callsign | "; $tableheaders .= "QSO Date | "; $tableheaders .= "Call | "; $tableheaders .= "Mode | "; $tableheaders .= "LoTW QSL Received | "; $tableheaders .= "Date LoTW Confirmed | "; $tableheaders .= "State | "; $tableheaders .= "Gridsquare | "; $tableheaders .= "IOTA | "; $tableheaders .= "Log Status | "; $tableheaders .= "LoTW Status | "; $tableheaders .= "
| ".$record['station_callsign']." | "; $table .= "".$time_on." | "; $table .= "".$record['call']." | "; $table .= "".$record['mode']." | "; $table .= "".$record['qsl_rcvd']." | "; $table .= "".$qsl_date." | "; $table .= "".$state." | "; $table .= "".($qsl_gridsquare != '' ? $qsl_gridsquare : $qsl_vucc_grids)." | "; $table .= "".$iota." | "; $table .= "QSO Record: ".$status[0]." | "; $table .= "LoTW Record: ".$lotw_status." | "; $table .= "
| ".$record['station_callsign']." | "; $table .= "".$time_on." | "; $table .= "".$record['call']." | "; $table .= "".$record['mode']." | "; $table .= "".$record['qsl_rcvd']." | "; $table .= ""; $table .= " | "; $table .= " | "; $table .= " | "; $table .= " | QSO Record: ".$status[0]." | "; $table .= ""; $table .= " |