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.
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
Enregistrer un commentaire