I have a website
(PHP) hosted in Yahoo small business and application
(Java) Hosted in Rackspace.
I am making a file_get_contents
Check the php.ini file and make sure similar is available as below
; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-fopen allow_url_fopen = On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-include allow_url_include = Off