PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If I've got a URL that will spit out XML for me... how can I put the data between the <tags> into a variable to be used in the rest of my php script? The var I want is in the middle of the XML code.
example:
// bunch of XML code
<tag_im_looking_for>Var I need</tag_im_looking_for>
// rest of XML