first_name $json_output->last_name"; $data['gridsquare'] = $json_output->gridsquare; $data['city'] = ucfirst(strtolower(($json_output->city))); $data['lat'] = ucfirst($json_output->latitude); $data['long'] = ucfirst($json_output->longitude); return $data; } } } /* End of file hamio.php */