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=" method="POST">
<input type="hidden" name="field1" value="1"/>
<input type="hidden" name="field2" value="2"/>
<input type="hidden" name="field3" value="3"/>
<input type="hidden" name="field4" value="4"/>
<input type="submit" name="test" value="Submit">
</form>
Is there any way to implement it on a program?
Thank you for your time,
Ricardo
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=" method="POST">
<input type="hidden" name="field1" value="1"/>
<input type="hidden" name="field2" value="2"/>
<input type="hidden" name="field3" value="3"/>
<input type="hidden" name="field4" value="4"/>
<input type="submit" name="test" value="Submit">
</form>
Is there any way to implement it on a program?
Thank you for your time,
Ricardo