php parse xml

45

php parse xml -

$movies = new SimpleXMLElement($xmlstr);

echo $movies->movie[0]->plot;

Comments

Submit
0 Comments