[SOLVED] Search by game name that has space or colon doesn't work

Give it double quotes on the game name.

$myGame = “Senran Kagura: Peach Beach Splash”; /* Set game name here */

$dataArray = json_decode(@file_get_contents_curl(‘https://api.twitch.tv/kraken/streams?limit=1&game=’ . urlencode($myGame)), true);