View Single Post
  #7 (permalink)  
Old 07-04-2008, 08:28 AM
kawawong kawawong is offline
Newbie
 
Join Date: Jan 2008
Posts: 4
Default

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
Reply With Quote