Simple post examples
Jim Ault
jimaultwins at yahoo.com
Tue Feb 2 02:44:45 EST 2010
You are right, since most people are confused when they forget
urlEncoding.
I put 'desert+oasis' in my example, but forgot to explain why.
Thanks.
On Feb 1, 2010, at 7:02 PM, Kee Nethery wrote:
> 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:
>>
>> 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"
Jim Ault
Las Vegas
More information about the use-livecode
mailing list