Hey, Im new to php.. i need to be able to create an XML file from HTML form input... How do you just create a new .txt file from HTML form input.. can this be done.. is this a dumb question.. Probably,.. ! please help.. thanks
You can take the form input and serialize it with wddx functions, then write that out to a .txt or .xml file.
PHP must be compiled with
--with-xml --with-wddx
Then after that, I would RTFM.
http://www.php.net