curl_exec($ch);
if (curl_errno($ch)) {
echo 'Error:' . curl_error($ch);
}
echo $result;
curl_close ($ch);
Nope
Thanks i'll test this 🙏🙏
Обсуждают сегодня