Code: Select all
<?php
$string = file_get_contents('http://radioserver.dnsalias.com/globalvar.csv', 'r');
print_r($string);
?>Anything special I have to do here?Warning: file_get_contents() [function.file-get-contents]: Circular redirect, aborting. in /home/tomsmith/public_html/diy-ha/access.php on line 2
Warning: file_get_contents(http://radioserver.dnsalias.com/globalvar.csv) [function.file-get-contents]: failed to open stream: Success in /home/tomsmith/public_html/diy-ha/access.php on line 2
Thanks
Tom