calls->callsign; $data['name'] = ucfirst(strtolower(($json_output->calls->first_name))); $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 */