How to know why CURL is not working? Very easy:
You can use
$info = curl_getinfo($ch);
$error = curl_error($ch);
to see what happened.
How to know why CURL is not working? Very easy:
You can use
$info = curl_getinfo($ch);
$error = curl_error($ch);
to see what happened.
For further actions, you may consider blocking this person and/or reporting abuse
Pooyan Razian -
Gilles Hamelink -
Kartik Mehta -
Rachel Duncan -
Top comments (0)