Help Setting up a form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theimmortalmooo
    Banned
    New Member
    • Jun 2007
    • 28

    Help Setting up a form

    I have this made
    http://moosplayhouse.c om/webice/addresses/addresses.htm


    how do i attach or make the submit save the information on the forms work? or be stored?

    Please help
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You don't have to do anything else. The form will be submitted to your server with the text that's entered. However, you do need a program on the server side to do something with that data when it receives it.

    Comment

    • theimmortalmooo
      Banned
      New Member
      • Jun 2007
      • 28

      #3
      Could you tell me which program I could use?

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        This is where a programming language comes into play. In most cases, these server-side programs are custom written by or for the user. To handle the input and do whatever you want it to do, you need to learn how to program.

        Comment

        • theimmortalmooo
          Banned
          New Member
          • Jun 2007
          • 28

          #5
          o, Well thanks for helping . Aye, I am taking programming classes once classes start this year

          Comment

          • epots9
            Recognized Expert Top Contributor
            • May 2007
            • 1352

            #6
            u can always learn php


            W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

            Comment

            Working...