Jump to content

PHP and XML


chokk

Recommended Posts

Hello everyone,Can someone explain to me how exactly PHP and XML interact?Let's say I have an XML document containing a list of names. How do I extract those names using PHP and save them to a variable/array? And how do I add, delete or edit the names?Thanks!

Link to comment
Share on other sites

I have looked through the documentation on php.net. I understand that there are functions that I have to use, but I don't know how to set them up. I know that I have to instantiate an xml parser but it's got me all confused.I need a straight-forward, in-depth and detailed tutorial on how to do this :-/

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...