Do the same as in this example:
https://github.com/cesanta/mongoose/blob/master/examples/post.c


On Sat, Aug 2, 2014 at 1:03 PM, jordi jordi90 <[email protected]>
wrote:

> Thank you very much, i will search in those direction.
>
>
> 2014-08-02 13:08 GMT+02:00 <[email protected]>:
>
>
>>
>> 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.
>>
>
>  --
> 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.
>

-- 
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