PHP updating XML

  • Started
  • Last post
  • 1 Response
  • honda

    Can this be done? I'm sure it can. I can get PHP to parse the XML file and out put it into basic HTML, just not sure the next step to actually making it editable and savable (is that a word?).

    The form creation and such. Anyone have some suggested tutorials/examples I can peruse?

    Thanks crew.

    Ciao,

  • Mick0

    You'd be better off using a database. Then use a PHP script to loop through the database rows and generate your XML. Updates to the XML can then be made by forms that just update the database. You XML will then always be up to date.