Hello, I have been trying to make a php script that will create an XML doc, reopen it, and put user generated data from a form into it.
I've tried servile different ways to do this, though I'm kind of a noob when it comes to php, and don't know how to correctly use some of the code I'm working with.
This is the code I'm trying to use, don't know how to properly use it because php.net doesn't have a good description for it, only lists the code and what it does.
$doc = domxml_new_doc ( string "something_else" );
Any help would be appreciated.
Thanks.
RyujinKiryuu