Curl Php Show Error

[Solved] Curl Php Show Error | Php - Code Explorer | yomemimo.com
Question : curl php show error

Answered by : augusto-vicente

if(curl_exec($ch) === false)
{ echo 'Curl error: ' . curl_error($ch);
}
else
{ echo 'Operation completed without any errors';
}

Source : https://www.php.net/manual/pt_BR/function.curl-error.php | Last Update : Mon, 15 Jun 20

Answers related to curl php show error

Code Explorer Popular Question For Php