the coding problem in server

Posted by zahir hussain on Stack Overflow See other posts from Stack Overflow or by zahir hussain
Published on 2010-03-16T05:22:59Z Indexed on 2010/03/16 5:26 UTC
Read the original article Hit count: 361

Filed under:
|
|

$fp = fopen("http://feeds.reuters.com/Reuters/PoliticsNews?format=xml","r") or die("Error reading RSS data.");

The above coding working correctly in localhost;;;

but in server display "Error reading RSS data."...

i dont know why....

anybody please explain me...

i am waiting...

thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about server