Simple post examples

Kee Nethery kee at kagi.com
Mon Feb 1 22:02:34 EST 2010


Be sure to urlEncode the parameters that go into the GET. ie "desert oasis" becomes desert+oasis
Kee


On Feb 1, 2010, at 6:23 PM, Jim Ault wrote:

> On Feb 1, 2010, at 5:47 PM, Devin Asay wrote:
> 
> 
> Most web forms use the POST method and you can find out by looking at the source where it will specify either GET or POST.
> 
> The GET method, of course means the name=value pairs are added to the url.
>       "http://www.google.com?q=desert+oasis&language=EN"



More information about the use-livecode mailing list