Ciao a tutti 
avrei bisogno di prelevare della statistiche da un sistema di API in formato json.
Chiamo nel seguente modo:
Codice PHP:
<? echo file_get_contents("http://xxxxxxxx/rest/api.php/channels/%23chatitaly"); ?>
e la stringa in output è la seguente:
codice:
{"channel":"#chatitaly","users":"461","users_max":"748","users_max_time":"2013-10-07 22:31:09","topic":"Buon Divertimento.","topic_html":"Buon Divertimento.","topic_author":"Mark","topic_time":"2013-12-15 15:21:47","kicks":"12705","modes":"CFgJnrStT","DT_RowId":"#chatitaly"}
Vorrei poter visualizzare solamente il numero di users della stringa, ma vista la mia scarsa conoscenza di PHP non so come fare, potete aiutarmi?