jason213123 Posted July 28, 2010 Share Posted July 28, 2010 hi, i have this xml: <?xml version="1.0" encoding="ISO-8859-1" ?> - <link4> <nome>Tove</nome> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> <nome>sdsd</nome> <id>116</id> </link4> and i want simple append more elements "nome" and id inside of link4 how can i do that i using php 4 thanks a lot for your help Link to comment https://forums.phpfreaks.com/topic/209080-append-values-in-xml/ Share on other sites More sharing options...
Wolphie Posted July 28, 2010 Share Posted July 28, 2010 You aren't really explaining yourself very well. This may help: http://php.net/manual/en/book.simplexml.php Link to comment https://forums.phpfreaks.com/topic/209080-append-values-in-xml/#findComment-1092018 Share on other sites More sharing options...
jason213123 Posted July 28, 2010 Author Share Posted July 28, 2010 hi, i have a xml file that i need add some keysa and values, i using php4 so i don´t have the simplexml thanks for your Link to comment https://forums.phpfreaks.com/topic/209080-append-values-in-xml/#findComment-1092132 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.