Thread: Processing form values

  1. #1
    Registered User
    Join Date
    Jun 2012
    Posts
    3

    Processing form values

    Hi all,

    I am new to cgi with c++, I am eager to know how to process the data from the

    html form.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    cgi with c++ - Google Search
    How many of these links have you read already?

    When you've got some actual C++ code which doesn't work for you, then feel free to post your code and your question.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jun 2012
    Posts
    3

    Passing arguments to a function

    Hi,

    Using the code i got the form data, after that how could i pass this

    data as an argument to a function....................
    Attached Files Attached Files
    • File Type: cc tst.cc (825 Bytes, 130 views)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sending values to text box in form
    By drkidd22 in forum C# Programming
    Replies: 13
    Last Post: 01-06-2011, 09:14 AM
  2. Displaying values of variables to a Form
    By Cielo in forum C++ Programming
    Replies: 1
    Last Post: 03-07-2008, 03:47 AM
  3. Replies: 4
    Last Post: 03-11-2005, 05:45 PM
  4. Form processing : storing strings in arrays
    By D.A.C in forum C Programming
    Replies: 5
    Last Post: 08-17-2003, 05:44 PM
  5. long form of year to short form?
    By bc120 in forum C Programming
    Replies: 2
    Last Post: 12-31-2001, 05:34 PM