Estou tentando um script php que está fazendo solicitações com o CURL.
Mas recebo o erro Não foi possível resolver o host 'example.com'
$ch = curl_init();
curl_setopt($ch, CURLOPT_HEADER , true);
curl_setopt($ch, CURLOPT_URL, 'https://exa...
17.06.2015 / 02:16