Ciao a tutti, eseguendo questa porzione di codice, ho come risultato ciò:
Codice:
<?php
error_reporting(-1);
echo file_get_contents("https://google.com");
?>
<b>Warning</b>: file_get_contents(https://google.com) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.0 500 Connect failed: connect: Connection refused; Connection refused
in <b>/membri/manatee/telegrambot/tutorialbot.php</b> on line <b>5</b><br />
C'è qualcuno che mi sa dire dove sta il problema?
Lo stesso mi succede anche quando provo a fare una richiesta ai server di telegram per usare i bot!
Grazie mille