Am trying to access a text file from one apache server to a other but i get following error
Warning: file_get_contents(http://popx.mplayer.biz:7999/web-cronjobs/data/updates/updates_today.txt) [function.file-get-contents]: failed to open stream: Connection refused in /home/mplayerb/public_html/index.html on line 227
but yet i can access the file just fine by typing url into my browser
<?php $updates_file = 'http://popx.mplayer.biz:7999/web-cronjobs/data/updates/updates_today.txt'; ?>
i added the popx.mplayer.biz to my host file on my 2nd apache server were am getting file from but i still get connection refused can anyone help me solve this please thanks alot.