> What would I change if I wanted to use the POST vs. GET ?

The short answer is to use 

decode-cgi either system/options/cgi/request-method = "GET"
[system/options/cgi/query-string] [make string! input]

This will decode the string from one place or the other, depending on
which was used. Of course, this assumes only simple form variables were
used. It won't work with MIME types and like that.

Attached is a little script I've been working on. It's a generic form
mailer. I need to add a spam check, and a configurable confirmation
page, but it demonstrates the basic idea well enough. 

-T.

msg.cgi

Reply via email to