Hi,
I probably have a stupid question... how can I add a node into an existing
simplexml object.
I create the object by
$xml = simplexml_load_file('test.xml');the xml file shows like this: <?xml version='1.0'?> <config> </config> Thanks for help... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

