Hello,
I’m studying Airtable API and I have problem with receiving anything with cURL in PHP. All I’m getting is NULL value. Here is my code:
function refreshCache(){
//get cURL resource
$ch = curl_init();
//set url
curl_setop...
OK I get what’s wrong. I’ve tested it on local server with XAMPP and, when I used curl_error($ch), I get error like
error setting certificate verify locations: CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt CApath: none
Then I knew, that I should u...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.