Results 1 to 2 of 2

Thread: Form That adds stuff to a file

  1. #1
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default Form That adds stuff to a file

    Ok here is the deal

    I don't got no server
    I don't want 2 buy one either
    I just want to (for my self) use a simple little form inorder to add stuff into a txt file, xml file, or anyother file.
    WHAT IT MUST HAVE!!
    the ability to edit and save on that file.
    I don't have to edit the file myself in order to do this.
    Thats all
    here is the code of the form.

    HTML Code:
    <html>
    <body>
    <form action="file edited goes here right??" method="post">
    <br>Video Name: <input type="textfield" name="VideoName">
    <br>Video Date: <input type="textfield" name="VideoDate">
    <br>Video Supplier: <input type="textfield" name="Username">
    <br>Video Type: <input type="textfield" name="Videotype">
    <br><input type="button" value="Submit">
    
    
    </form>
    </body>
    </html>

  2. #2
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    First of all, If you dont want to buy a server. tou could do these two things.
    1)Setup your PC at home as a server so you can run php scripts. php.net
    2)Use visual basic

    #1 is free, #2 will cost money unless someone makes the program for you in vb which isnt hard.

    If you take #1 look into this:http://www.dynamicdrive.com/forums/s...t=php+comments Skip down to post #3 thats where the code you need is.

    If you take #2 I think I have a vb script that we use for our site at school if you want that.

    But the easiest way is prob php. or you could you something like awardspace.com instead of a installing php on your pc.

    Hope that all makes sense. Ask questions if your lost.:]

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
  •