Since your form uses the POST method you can pick up the command line in C 
by using gets() to read from stdin. or pick it up using 
getenv("QUERY_STRING"). You can then parse it to find the selection. I find 
getenv() to be more reliable.

Regards
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to