I could not run this code on my server. While working on a standard hosting, it doesn’t work on my server due to ssl issues. What can I do?
https://test.erenbostan.com/php.php
var_dump(stream_get_transports());
$data = file_get_contents('https://www.tcmb.gov.tr/kurlar/today.xml');
$xml = simplexml_load_string($data);
print_r($xml);
phpinfo();