I use the simplexml_load_file - $xml = simplexml_load_file("LINK");
How do i read the <Text no="1"> part? There are several Text info over there starting from 1 to 8. I know how to read the part before that but i cant seem to work around the Text part.
Question
V-Tech
I have an XML page that i'm trying to read and i need help with something small.
This is the XML table:
<Info> <name>NAME</name> <totalinfo>8</totalinfo> <Namelist> <Text no="1">I use the simplexml_load_file - $xml = simplexml_load_file("LINK");
How do i read the <Text no="1"> part? There are several Text info over there starting from 1 to 8. I know how to read the part before that but i cant seem to work around the Text part.
Thanks.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts