Live User Streams: "; foreach ($streams as &$i) { $chan = "http://api.justin.tv/api/stream/list.json?channel=" . $i; $json = file_get_contents($chan); $exist = strpos($json, 'name'); if($exist) { echo " " . $i . ""; } } echo "
"; ? >