Hi, TWELVE,
Can you share some routine of using POST method? I want to submit some data to the web server, and the string is very large and cannot use the GET method (it works).
I am looking for code snippet for doing this using http.dll.
For example, i want to submit two set of text with name a and b. In the server side, I have a php script which use $_POST['a'] and $_POST['b'] to read these 2 data. I am now have problem of how to pass these two parameter in basic4ppc.
Tks in advance.
Cheers.
Kawawong
|