Answers for "php SimpleXML example"

PHP
0

php parse xml

$movies = new SimpleXMLElement($xmlstr);

echo $movies->movie[0]->plot;
Posted by: Guest on January-06-2021
0

PHP extension simplexml

apt install php7.0-mbstring php7.0-zip php7.0-xml
Posted by: Guest on December-23-2020

Browse Popular Code Answers by Language