Page 1 of 1

xml and php

Posted: Mon Oct 04, 2004 11:09 pm
by firestar_lene
i want to have form for user to enter data.after they have enter the data,the data is stored in xml file

how to write coding in php to insert data into xml file?

Posted: Mon Oct 04, 2004 11:44 pm
by feyd
[php_man]domxml[/php_man]

Posted: Tue Oct 05, 2004 2:48 am
by twigletmac
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.

Mac