PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If you're appending to the end or beginning of an XML file and don't need to adjust values within it then a couple of file system functions ([php_man]fopen[/php_man](), [php_man]fwrite[/php_man](), [php_man]fclose[/php_man]()) would suffice.