I'm in the need of a database that holds user information (in this case for say a game roster) in which the user can enter his/her own information, save the information to an XML database, and have the information display on a roster page in HTML. I've already figured out multiple ways to extract information from the database and reproduce it in XHTML, however the one thing I cannot 100% figure out is how to write to the XML database and have it save in a fairly easy manner. I'm not looking for any large complicated script, anything simple will do. Reading through tutorials and articles online I understand ADO can do this, but mind you i'm only a beginning programmer and reading through code for the first time with no great beginners explanations doesn't help me much. I know there are other ways to write to the XML document/database, but again I haven't found a fairly easy solution to suit my needs. If anyone has any reccomendations as to how to create a form to which the user can post and save his/her roster information to the XML database that would be appreciated. Thanks!