My php.ini file is set as follows.
Code: Select all
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
allow_url_include = On
Code: Select all
Warning: include_once() [function.include-once]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\Documents and Settings\Admin\My Documents\webpages\a2i\webpages\beta\index.php on line 65
Warning: include_once(http://www.feedsyndicate.com/feed?a=XXX ... cc=k&cs=10) [function.include-once]: failed to open stream: No error in C:\Documents and Settings\Admin\My Documents\webpages\a2i\webpages\beta\index.php on line 65
Warning: include_once() [function.include]: Failed opening 'http://www.feedsyndicate.com/feed?a=XXXXXXXX&t=headlines&f=php&c=Geology&r=5&d=h&db=w&hl=1&ff=t&fc=b&fs=12&hh=1&hb=1&cc=k&cs=10' for inclusion (include_path='.;c:\php\includes;http://') in C:\Documents and Settings\Admin\My Documents\webpages\a2i\webpages\beta\index.php on line 65
Thanks