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
Top comments (0)