array( 'request_fulluri' => true, 'ignore_errors' => true, 'header' => "Authorization: Basic $auth") ); $context = stream_context_create($data); // Get the response from Bing $response = file_get_contents($request, 0, $context); echo $response; ?>