Editing .XML File Using a PHP

tilkiandrei

New Member
I have an xml file which I would like to create a form/table around to add, edit and delete records using PHP.Is there any way I can create a table that shows all results, and allows me to either edit or delete that particular row of the table which represents a full record within the XML file ?i want to be able to add/edit/delete tags using my web browser only without editing the xml file on pc and uploading to FTP..I need this done in PHP, javascript or any other way to do so.\[quote\] Please dont give me links for simpleXML coz i tried this and i didn't mange to make it work coz i dont know anything about PHP :(\[/quote\]it would be much appreciated if someone can do it for me!Thanks!my xml file (scores.xml) looks like that :\[code\]<SCORES><GAME><DATE>14.5.2012 12:05</DATE><TIME>FT</TIME><HOMETEAM>Team1</HOMETEAM><SCORE>4 - 0</SCORE><AWAYTEAM>Team2</AWAYTEAM><OTHER> </OTHER><INFO><![CDATA[<img class='info1' src='http://stackoverflow.com/questions/10606529/images/info.png' width='14px' height='14px' border='0' />]]></INFO><INFOID>info1</INFOID><INFODATA>FIRST BUBBLE</INFODATA></GAME></SCORES>\[/code\]
 
Back
Top