Warning: file_get_contents(https://***.com/*.php): failed to open stream: Connection timed out in /home/***/public_html/test.php on line 2
Aynı kodu free hosting firmasında denedim ve çalıştı sorunu bir türlü çözemedim yardımcı olabilirseniz sevinirim.
Php kodu :
<?php
$liste = json_decode(file_get_contents("[I]https://***.com/*.php[/I]"), true);
echo sprintf("<pre>%s</pre>", print_r($liste, true));
?>