You got exactly what you were looking for.  The molded value of
system/options/cgi/query-string from a fresh console is "none"  If you would
like to know what the query string looks like try uploading a script to your
server that looks something like:

#!/path-to-rebol/rebol -cs

print "Content-Type: text/html^/"  ;-- Required Page Header
print [<html><body><h2>"Probing query-string..."</h2>]
probe system/options/cgi/query-string
print [</body></html>]

A useful resource is www.rebol.org try searching for CGI and you will find
many usefull examples and tools.

HTH
~~Ammon ;->


----- Original Message ----- 
From: "ZikZak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 25, 2004 1:52 AM
Subject: [REBOL] Problem with CGI


>
> Hi,
>
> I'm a beginner and I don't understand why I can not obtain some
informations.
> If I try to : mold system/options/cgi/query-string then the system doesn't
give to me the informations.
>
> Why ?
>
> Regards
> --
> ZikZak
>
> REBOL/Core 2.5.6.4.2
> Copyright 1997-2003 REBOL Technologies
> REBOL is a Trademark of REBOL Technologies
> All rights reserved.
>
> Component: "REBOL Mezzanine Extensions" 1.1.2.1 (30-Nov-2002/13:47:03)
> Component: "REBOL Internet Protocols" 1.59.2.15 (15-Nov-2002/5:20:31)
> Finger protocol loaded
> Whois protocol loaded
> Daytime protocol loaded
> SMTP protocol loaded
> POP protocol loaded
> IMAP protocol loaded
> HTTP protocol loaded
> FTP protocol loaded
> NNTP protocol loaded
> Component: "System Port" 1.1.2.5 (2-Jan-2003/1:37:25)
> Script: "User Preferences" (8-Jan-2004/20:52:19+1:00)
> >> mold system/options/cgi/query-string
> == "none"
> >>
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
>
>
>
>


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to