Good day to all. I am trying to get the country through VC API.
$params = http_build_query($options); $url = 'https://api.vk.com/method/'.$method.'?'.$params.'&access_token='.$token; $response = file_get_contents($url); return $response; But, gives an error
Google has issued that it is necessary to uncomment the line "extension = php_openssl.dll" in php.ini
But, it is already open there.
What could be the problem?
Previously, the script worked, just restarted XAMPP.
Thank you in advance for your response.