Hello,

On 01/12/2004 05:20 AM, Tim Burgan wrote:
Hello,

I'm wondering if anyone can help me or point me in the right direction
regarding how I can write to an XML file.

I'm new to PHP - I've just figured out how to basically write data to a
text file.

What I want to do is have a user submit data (email address & a question)
via a form that is written to the xml file, then have a  support person
add an answer to the xml file.

You may want to try this class to simplify the composition and output XML documents. Then you can just save the output to a file using the usual fopen/fwrite/close functions.


--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to