thank u so much
okey if server not allow what message is send , cause i don't know what is called to get data from another server
also i think my code need some code also , but i'm tiered , i tested curl but no resault
thank u again
Search found 3 matches
- Wed May 04, 2011 6:58 am
- Forum: PHP - Code
- Topic: get XML from outside server
- Replies: 5
- Views: 930
- Wed May 04, 2011 6:25 am
- Forum: PHP - Code
- Topic: get XML from outside server
- Replies: 5
- Views: 930
Re: get XML from outside server
yea i wanna ask
this code work well on my computer , but not work on host or server
i mean code get data from xml file of xml formate in localhost --> my computer
but not work on my web site , it's mean didn't read from another server
thank u
this code work well on my computer , but not work on host or server
i mean code get data from xml file of xml formate in localhost --> my computer
but not work on my web site , it's mean didn't read from another server
thank u
- Sat Apr 30, 2011 11:00 pm
- Forum: PHP - Code
- Topic: get XML from outside server
- Replies: 5
- Views: 930
get XML from outside server
hello hope all is well i use php5 my code : $xml = simplexml_load_file('http://feeds.bbci.co.uk/news/rss.xml?edition=int') ; foreach($xml->channel->item as $key110 ){echo "<a href='".$key110->link."'><h3>".$key110->title."</h3></a><br>".$key110->description."<br>&q...