calls->callsign; $data['name'] = ucfirst(strtolower((current(explode(' ', $json_output->calls->first_name))))); if(strtoupper($json_output->calls->gridsquare) == "JJ00AA") { $data['gridsquare'] = ""; } else { $data['gridsquare'] = ucfirst($json_output->calls->gridsquare); } $data['city'] = ucfirst(strtolower(($json_output->calls->city))); $data['lat'] = ucfirst($json_output->calls->lat); $data['long'] = ucfirst($json_output->calls->long); return $data; } } } /* End of file Callbytxt.php */