Just getting started

admin

Administrator
Staff member
I am trying to develop an internet database that people can log into, add information, view their informatioin, and log out. I've just started to research and so far it seems to make sense to form the database using XML to store the information.

My problem arises when I want to manipulate the XML. If a person wants to log on and edit their information, the XML sheet has to be changed and saved. How is this accomplished? I've seen how to add a childNODE, but as far as I can tell, it does not pemanently change the XML file. How do most websites receive and handle data that needs to be stored and displayed?

Thanks
 
Back
Top