PHP How right parse xml?



category.php



<?php
include 'category.php';

$lines = new SimpleXMLElement($xmlstr);

var_dump($lines);
?>


result script we can see here


When we make this script we get error Warning: SimpleXMLElement::__construct(): Entity: line 3: parser error : xmlParseEntityRef: no name in /var/www/seo-main/data/www/http://ift.tt/Xxaquq on line 4


Tell me please why i get this error and how right output on display array elements ?


Tiada ulasan:

Catat Ulasan