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
Sarah Siqueira -
Sergio Peris -
Roberto B. -
Nasrul Hazim Bin Mohamad -
Top comments (0)