you will need to generate an HTTP request containing the data for the form.
The form will look something like this:
<form action="submit.php" method="POST"> ... </form>
, URL- - www.example.com/submit.php, POST.
, :
<input type="text" name="itemnumber"> ... </input>
= , URL-, URL-,
www.example.com/submit.php?itemnumber=5234&otherinput=othervalue .....
GET. POST .
</motivation>
S.Lott : P