Sometime Today, Binand Raj S. assembled some asciibets to say:

> Incidentally, I haven't found a way to make this work with websites
> whose search forms work using the HTTP POST method. www.dict.org,

just use get.  Most server scripts don't check to see if the request
method was get or post as long as they have some data available.

NOTE to CGI programmers.  Regardless of the method, you should always
look at the QUERY_STRING, the command line and stdin.  There may be data
on all three.

-- 
Always store beer in a dark place.
                -- Lazarus Long


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to