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



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to