The array itself (too large to fit here). It is necessary to display the description (163 line).
Array I get api request
<?php $query = 'select * from weather.forecast where woeid in (select woeid from geo.places(1) where text="nome, ak")'; $api_request = "http://query.yahooapis.com/v1/public/yql?q=" . urlencode($query) . "&format=json"; $result = file_get_contents($api_request); $result_decode = json_decode($result); echo '<pre>' . var_export($result_decode, true) . '</pre>'; I understand that you need to use array_keys($result []) , but what to take as a value for the search?
$result_decode->query->results->channel->item->descriptionnot working? - teran]]>at the end there is also<![CDATA[at the beginning (: remove replace. - teran<![CDATA[in the beginning, it is also necessary to remove (look at the output source html-code) - teran