Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2011
    Location
    a house
    Posts
    44
    Tokens
    0

    Default help with html form

    i need help with html forms, i need a form such as:
    Code:
    <form>
    First name: <input type="text" name="firstname" /><br />
    Last name: <input type="text" name="lastname" />
    </form>
    to save what ever the user puts in the field, saves it to a certain file name.
    what would the code be for this? thanks!

  2. #2
    Join Date
    May 2011
    Location
    /home/aidonia
    Posts
    12
    Tokens
    0

    Default

    You should use PHP for this task.

    Take a look at the PHP functions:


Posting Permissions

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