Hi Guys
I have been using httputil for a long time, and with every thing we have done so far we are building the calls using something similar to the code below
which will output something like
We are working with a provider that expects things in the following format:
1. is this right?
2. if so, is there a standard way of building the above
Thanks
iCAB
I have been using httputil for a long time, and with every thing we have done so far we are building the calls using something similar to the code below
B4X:
job1.Download2("http://www.b4x.com/print.php", _
Array As String("key1", "value1", "key1", "value2"))
B4X:
http://www.b4x.com/print.php?key1=value1&key2=value2
We are working with a provider that expects things in the following format:
B4X:
http://www.b4x.com/print.php/key1/value1/key2/value2
2. if so, is there a standard way of building the above
Thanks
iCAB