Hi -= usaps jeronimo =-,

there are two ways your CGI script can receive form input. Through the
input function or through system/options/cgi/query-string.

Which is used depends on whether the form submits its data using GET or
POST. Only when GET is used  the form's data becomes available in
system/options/cgi/query-string. If PUT is used you must use input.

Which request method was used can be determined by retrieving the value of
system/options/cgi/request-method.

There is a function available on www.rebol.org user contributed scripts
that automates that automates the process.


At 05:37 PM 4/17/00 +0200, you wrote:
>
>hi! everybody... i'm really new in this stuff.
>
>i'm trying to make rebol work with html forms, an the thing is:
>
>** Script Error: decode-cgi expected args argument of type: any-string. **
>Where: cgi: make object!
>decode-cgi system/options/cgi/query-string
>
>i cannot go futher, from this error...
>
>if i ask the value for:
>system/options/cgi/query-string
>
>is equal to none (but i don't know what value i need)
>
>
>can somebody help me!
>
>thank in advance.
>
>--
>
>-= usaps jeronimo =-
>
>
>
>
>
>

;- Elan >> [: - )]

Reply via email to