Ciao ragazzi!
Ho bisogno di un piccolo aiuto....![]()
Ho la stretta neccessità di leggere il contenuto di un file che però sta in un'altro server.
Ad esempio:
Io mi trovo sul server X. Ho bisogno dal server X di leggere il file ciao.txt sul server Y. Ho provato ad usare la funzione file_get_contents. Questo è l'errore riportato:
Warning: file_get_contents(****) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/vhosts/*** on line 56
Ho visto nel php.ini che allow_url_fopen è settato su ON...
Come posso risolvere?