Json returning NULL

On line six you have the following

file_get_contents('https://api.twitch.tv/kraken/streams&channel='.$channelname.'?client_id'.$clientId);

this should be

file_get_contents('https://api.twitch.tv/kraken/streams?channel='.$channelname.'&client_id'.$clientId);