How can I make a web page were the user can update (add to or edit) an XML file with out have to refresh, reload, or leave the page?
I've heard this could be done with AJAX, but when I asked (see previous questions), I was told this was impossible.
Does anyone think they can give me a code segment (couple with the language?)
Tags: Web page, xml file, markup language, previous questions, ajax
{ 1 comment… read it below or add one }
AJAX. Look for tutorials. (You’ll need to know some Javascript and, depending on the server the page is on, PHP or ASP.)
You must log in to post a comment.