Results 1 to 3 of 3

Thread: How do I Write/APPEND to a XML file using forms and Javascript?

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I Write/APPEND to a XML file using forms and Javascript?

    Can someone please tell me how to Write/APPEND to a XML file using forms and Javascript. I have to make a simple feedback form for my work but they don't want to connect it to a DB nor they want to run it on the server.

    Please Help me!

  2. #2
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Someone please help!! PlEASE
    Last edited by buggchaser; 10-16-2007 at 12:51 PM.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Javascript is client side. It can't do anything with form data or connect to a database or create a file on the server.
    You will need a server side language, like PHP, for this.

    Wouldn't hurt to look through this:
    http://www.dynamicdrive.com/forums/s...ad.php?t=24776
    (And the thread linked to at the end of that.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •