On 6/26/13 6:52 PM, Trevor DeVore wrote:
put theData into URL "
http://somedomain.com/page.php?value1=value&value2=value";

The above will send data to a server using PUT.

The result will return error messages. If you want data returned by the
server use the urlresponse.


That's how I first started, using "put", but I think I had the content wrong. What goes into "theData"? In this case, the parameter values are the data. Should I just do "put empty into url http://blah blah"?

The urlresponse is just what I was looking for, thanks much for that.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to