Reading XML data in PHP

 Question:
Hello,

I have a remote site delivers XML data to my site now i need to read that display it properly.

What is the best way to do this? Is there any function to do this?

Thanks





 Answers:
 
What version of PHP are you using?

If it is version 5, you can use simpleXML function and manipulate your XML data easily.




Commentaires

Posts les plus consultés de ce blog

XAJAX with PHP – The future of web development

XAJAX with PHP – The future of web development

Database connection pooling in ADO.Net