Hello everyone,
I’m trying to make CMS system for flash web site. All of my data will be stored in XML so i want to make that XML files editable trough PHP. i have founded couple tutorials for that, you can look this link to see what is that: http://www.sitepoint.com/article/management-system-php/4/
Here is tutorial how to edit XML with DOM XML path, but my PHP on server is PHP 5 and it doesnt support DOM XML, so is there anyone who know how to install this extension or is there any other way to make my XML editable trough PHP. I have also founded other tutorial for this and it was from KIRUPA, but with that script i can delete/add new nodes in XML but cant edit existing one. Here is link for that thread: http://www.kirupa.com/forum/showthread.php?t=51044
I hope so you will help me, it is very important and urgent for me. Thanks.