Jump to content

[SOLVED] need help parsing xml document please...


meomike2000

Recommended Posts

can somebody please give me an example parser for this xml document, or lead me to a similar example that i can learn off of.

 

thanks in advance mike.....

 

header("Content-Type: text/xml")

<post>

<type>'.$type.'</type>

<commentid>'.$commentid.'</commentid>

<private>'.$privacy.'</private>

<name>'.$name.'</name>

<comment>'.$comment.'</comment>

<friendid>'.$friendid.'</friendid>

<senderpic>'.$senderpic.'</senderpic>

<toppic>'.$toppic.'</toppic>

<mess>'.$mess.'</mess>

<date>'.$date.'</date>

</post>

 

i do not understand how to create the parser, and i can not find a good example

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.