Results 1 to 3 of 3

Thread: simple form

  1. #1
    Join Date
    Aug 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default simple form

    Hi,

    I cant find exactly what im looking for so maybe someone can help me.
    Im looking for a code that will let me post form submissions to a text file.

    The form will be a simple one, a box for a name and a box for an answer.
    I cannot find anything that has been of use thats why i decided to regester so i could post what im looking for here to see if anyone could help me.

    Im not a very good coder, but i can edit basic html.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Depending upon where you want to do this, like if its live on the web, you would need server side code. It need not be too complex. But you would need a host that provides it, and there are different types. The two most popular are PHP and asp.

    Find out what is available to you. And, in the end, if you really want to keep track of the information, a simple database rather than a textfile might be a better choice.

    If this is only for your own local use, IE could possibly be used along with its Active X file writing/editing capabilities. However, there will be warnings each time the browser accesses the files on the hard drive to create or edit them.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Dont matter anymore - someone else has made one to my spec.

    Thanks Anyway

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
  •