usando lo que decis tampoco me da!
teniendo en cuenta que este es el xml
http://www.zombinoia.com/xml/?k=1133936d1acea83d5526153e1eb0ddd9
Código PHP:
<?php
$key = $_GET['k'];
//$key = 1133936d1acea83d5526153e1eb0ddd9;
$string = file_get_contents("http://www.zombinoia.com/xml/?k=".$key);
$xml = simplexml_load_string($string);
$hordes = new SimpleXMLElement($string);
foreach ($hordes->hordes->data->city->news->content as $hordes) {
echo $hordes->content, PHP_EOL;
}
?>
tampoco da....! me vienen ganando la pelea esto