Results 1 to 6 of 6

Thread: Basics of Creating Forms

  1. #1
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Basics of Creating Forms

    Hi Guys,

    I've created a form and need to know how to capture the information (e-mail form will do for the moment). I'm using dreamweaver.
    I've done the mailto: command with a valid e-mail address and also selected post in the action field but I do not know what to do from here.

    I want to display a message that says thanks for your comments and also, obviously, receive the data.

    Is there a good website which has a step by step guide to this stuff? as you can tell, i'm very new to this but all feedback would be very much appreciated.

    Thanks

    Paul

  2. #2
    Join Date
    Jun 2006
    Posts
    78
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i would recomend you do in php. can you submit the form and maybe i can help you right and comment out the info so you know what is happening.
    make sure though your server has php

  3. #3
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Basics of Creating Forms

    Thanks for your reply, I'm still confused though, the website is a basic frames / html website.

    I wouldn't know where to start with php, I thought there would be a really simple solution for this !

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    I would recommend CGI .... It is a very basic script that is used frequently when someone does not use php or another "server-side" program.... contact your website administration and see what their format is for rendering a CGI script on their server. If you do not want to do that, I could help you with the PHP way to do this as well. Both are pretty simple

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    CGI is not a script.

    "Rendering a CGI script?" "Format?"

    A CGI script is any program which runs on the server side, accepting input (such as POST and GET variables) and producing output which is sent to the browser. CGI is not a script, and there is no specific "format" for CGI scripts. They can be written in any language that supports reading from STDIN and writing to STDOUT.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Basics of Creating Forms

    Thanks for your replies. Server side people are going to get back to me on this one

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
  •