Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

read xml file in php wordpress

$xml = simplexml_load_file('big_xml_file.xml');
foreach ($xml->element as $el) {
    echo $el->name;
}
 
PREVIOUS NEXT
Tagged: #read #xml #file #php #wordpress
ADD COMMENT
Topic
Name
7+3 =