$connection = curl_init(); curl_setopt($connection, CURLOPT_URL, "https://duckduckgo.com/"); curl_exec($connection); curl_close($connection);