Come posso leggere un txt esterno al server? Con fopen non funziona.
Posso usare es. simple_xml come quando parso l'xml?
Grazie
Come posso leggere un txt esterno al server? Con fopen non funziona.
Posso usare es. simple_xml come quando parso l'xml?
Grazie
Puoi provare con:
Codice PHP:
file_get_contents();
Mi restituisce questi errori
codice:Warning: file_get_contents(http://www.sito.it/file.txt) [function.file-get-contents]: failed to open stream: no suitable wrapper could be foundcodice:Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration
Mi pare che "Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration" dica qual'è il problema.
Non so se ti sarà di aiuto ma prova con questo:
http://www.bin-co.com/php/scripts/load/![]()