You're right, I added that line and rebol printed 'none', so it isn't getting
any data.
How do I make sure the page is passing the query?
[EMAIL PROTECTED] wrote:

> Looks like nothing is in the query-string.
> ;Add this line just before the decode-cgi line.
> print ["Query String" probe system/options/cgi/query-string]
>
> This should let you see if anything is coming into the query string.
> If nothing is in the query-string, make sure the page that is calling this
> script is actually passing the
> query. You can also just test to if any query-string is showing up at all by
> typing the path and query directly into your browser. e.g
> http://www.server.com/cgi-form.r?teststring=pleaseworkorIwilldeleteyou
>
> Hope this helps
>
> Allen K

Reply via email to