I have an XML like
<main>
<result> [true / false] </result>
<userlist>
<user id="xxxxxxx">
<regdate>19/2/2004</date>
<reg_time>11:39:50</start_time>
<location>United Kingdom</location>
</user>
<user id="xxxxxxx">
<regdate>19/3/2004</date>
<reg_time>01:39:50</start_time>
<location>USA</location>
</user>
..
..
..
.
.
</userlist>
</main>
How can i parse this XML document in PHP by categorized as Country? In other words i need parse it looply..
PLEASE HELP ME! I WILL BE GLAD!
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage! |