I am trying to create a simple blog. I just need a title, posting, and a timestamp. I have a mysql database set up for the data, so I just need to use php to create an xml document. Thanks.
Cool. Have fun building it. SOunds like it should be a good project.
To create the document, you can use the php function fopen()
To write the document, you can use the php function fwrite()
Hope that helps.