What is the most commond language for form processing-linux/unix servers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul

    What is the most commond language for form processing-linux/unix servers

    HI! I need to know how to send form output to a non-windows platform. what
    are the standards script in? are they in cgi or php?

    If there is a specific newsgroup for this please let me know :)

    --
    Thanks in advance :)

    Paul


    --
    Thanks in advance :)

    Paul


  • Gordon Burditt

    #2
    Re: What is the most commond language for form processing-linux/unix servers

    >HI! I need to know how to send form output to a non-windows platform. what[color=blue]
    >are the standards script in? are they in cgi or php?[/color]

    PHP and CGI are run server-side.

    Forms are written in HTML.

    Javascript runs on the browser but it is Turned Off (tm).

    Gordon L. Burditt

    Comment

    • Bill Karwin

      #3
      Re: What is the most commond language for form processing-linux/unixservers

      Paul wrote:[color=blue]
      > HI! I need to know how to send form output to a non-windows platform. what
      > are the standards script in? are they in cgi or php?[/color]

      You have asked a pretty broad question. :-)

      PHP is a popular choice for scripting on both Windows and non-Windows
      servers. For what it's worth, PHP and CGI are not mutually exclusive.

      There are countless books on this subject.
      For instance, "PHP for the World Wide Web: Visual Quickstart Guide"


      Anyway, my method of learning about new programming techniques is to go
      to www.google.com and type in the same words I was asking about, and
      also the word "tutorial". Read a few tutorials and see if the concepts
      start to make sense.



      A newsgroup is not the best place to get introduced to broad topics;
      newsgroups are better for getting answers to specific questions, after
      you've learned the basics.

      Regards,
      Bill K.

      Comment

      Working...