but this doesn’t work !
> <?php
> $url = 'https://api.twitch.tv/kraken/users/gronkh';
> $json = file_get_contents($url);
> $data = json_decode($json, true);
> $followers = $data['followers'];
> echo "followers: $followers";
> ?>
but why ??
but this doesn’t work !
> <?php
> $url = 'https://api.twitch.tv/kraken/users/gronkh';
> $json = file_get_contents($url);
> $data = json_decode($json, true);
> $followers = $data['followers'];
> echo "followers: $followers";
> ?>
but why ??