1. CGI attempt in the offing. . .
- Posted by Warren Baker <wcbaker at HOME.COM>
Oct 28, 1998
-
Last edited Oct 29, 1998
Hi All!
I'm interested in developing a couple of apps in Euphoria. For now, though,
I'd like to set up a very simple CGI script/program that takes information
from an HTML <FORM> and shoves that information into either a database or a
file. Does anyone have a snippet of code relating to successful use of
Euphoria as a CGI script/program?
Does anyone have hints or advice?
Thanks heaps everyone!
--Warren
2. Re: CGI attempt in the offing. . .
On Wed, 28 Oct 1998, Warren Baker wrote:
> Hi All!
>
> I'm interested in developing a couple of apps in Euphoria. For now, though,
> I'd like to set up a very simple CGI script/program that takes information
> from an HTML <FORM> and shoves that information into either a database or a
> file. Does anyone have a snippet of code relating to successful use of
> Euphoria as a CGI script/program?
>
> Does anyone have hints or advice?
>
> Thanks heaps everyone!
>
> --Warren
>
Hi Warren
I was able to help someone write a forms processing CGI using Euphoria. We
used the method that accepted forms data to be parsed from an environment
variable. I forget what method we used (GET or POST), but my
recommendation to you is to use the method that sent the forms data as a
string from an environment variable. I know there is a Euphoria web page
that explains how to use Euphoria in CGI's. The link is at the RDS home
page.
David Gay
http://www.geocities.com/SiliconValley/Vista/4346
A Beginner's Guide To Euphoria
3. Re: CGI attempt in the offing. . .
On Thu, 29 Oct 1998 10:18:01 -0500, Moggie <moggie at INTERLOG.COM> wrote:
>On Wed, 28 Oct 1998, Warren Baker wrote:
>
>> Hi All!
>>
>> I'm interested in developing a couple of apps in Euphoria. For now