Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running a FORM on a program

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello all,

I'm a newbie in C and i'd really love if you could help me.
I need my program to send data from a form.
I mean... i have HTML code for a form and i want my .c program to submit it.

My HTML code is:
<form action=&quot; method=&quot;POST&quot;>
<input type=&quot;hidden&quot; name=&quot;field1&quot; value=&quot;1&quot;/>
<input type=&quot;hidden&quot; name=&quot;field2&quot; value=&quot;2&quot;/>
<input type=&quot;hidden&quot; name=&quot;field3&quot; value=&quot;3&quot;/>
<input type=&quot;hidden&quot; name=&quot;field4&quot; value=&quot;4&quot;/>
<input type=&quot;submit&quot; name=&quot;test&quot; value=&quot;Submit&quot;>
</form>

Is there any way to implement it on a program?

Thank you for your time,
Ricardo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top