hey guys,
i am writing a website for a client and i want to have client testimonials stored as XML, i also want to give people the chance to comment themselves once their work has been completed using a form on the portfolio page.
i need it to just open an existing xml document "pendingtestimonials.xml" and append child nodes to it holding elements named: name, location, comment.
the owner of the business can then look through the testimonials and approve the ones he is happy with, and this will then post the name, location and comment as form elements to a php script that will append them to the "testimonials.xml" that is shown on the portfolio page.
i checked out this http://www.dynamicdrive.com/forums/s...ad.php?t=14165 which shows how to read and write to xml in php but it doesnt show how to append to an existing xml document.
any help on this would be appreciated as ive never used php before!
thanks!

