PHP5 and file_get_contents(url)
Posted by: GuruMeditation
Posted on: 2005-07-21 03:29:00
Hi,
I'm currently making an application that loads an XML file from a remote site and then converts that data as needed. However I get an error when loading it :
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /xxxx/.xxxx/xxxx/index.php on line 3
Is it planned to enable URL file-access in the near future?