inputform on a website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VJ
    Moderator
    • Mar 2001
    • 9733

    #1

    inputform on a website

    Hello,

    I've been asked to make a website for my brother. It should contain an inputform which is mailed to a specific address.

    As I don't know where it will be hosted, I can't be sure which scripting language to use. But I think perl is supported by most hosting companies.

    Does anyone have either code examples, references or suggestions (to avoid spammers) ?


    Thanks!


    Jörg
    pixar
    Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)
  • dbdg
    Super MURCer
    • Sep 1999
    • 1030

    #2
    Can't help with perl but you have a good chance of php being an option so here you go.

    php forms

    The form validating, ie not allowing empty entries is generally enough to stop a lot of form spammers.

    Comment

    • VJ
      Moderator
      • Mar 2001
      • 9733

      #3
      Yes, PHP might be possible. It would also be interesting for later extensions I'm considering. And I can tell my brother this is a requirement for hosting his site.


      Jörg
      pixar
      Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

      Comment

      • GNEP
        Super MURCer
        • Feb 2002
        • 5241

        #4
        Find out what cgi scripts the host gives you native to use - even the cheapest crappiest ones will usually have a cgi email form one. Possibly with instructions on how to use it too.
        DM says: Crunch with Matrox Users@ClimatePrediction.net

        Comment

        • VJ
          Moderator
          • Mar 2001
          • 9733

          #5
          Yes, but we have plans of starting out with a static page, but perhaps moving to a content-driven site (php/mysql)...

          So the PHP requirement does fit in this scheme...

          Jörg
          pixar
          Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

          Comment

          • Fat Tone
            Super MURCer
            • Aug 1999
            • 7579

            #6
            There are a number of free form generators out there, there are even people who will host simple forms for free.

            I agree PHP is probably best and pretty easy as the same page can be used for data collection, validation and feedback.
            FT.

            Comment

            Working...