Re: cgi's and procedures...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Can we also host our sites there? ie euforge...
----- Original Message -----
From: "Robert Szalay" <robsz1 at netzero.net>
To: "EUforum" <EUforum at topica.com>
Subject: Re: cgi's and procedures...


>
> So then does my second post help ?
>
> You need to test the data received from the client.
> If there is a query string, then the client submited data.
> At wich point you will want to probably look at the data and decide what
to
> do with it.
>
> I guess it wont hurt for me to release my url.
>
> http://www.euforge.com/~robsz1/
>
> The chat section is a little broken.  The bocazas client is not there
> anymore.  I'll work on getting that back up there.
>
>
> Regards,
>     Robert Szalay
>
>
> ----- Original Message -----
> From: <rubis at fem.unicamp.br>
> To: EUforum <EUforum at topica.com>
> Sent: Tuesday, December 10, 2002 2:32 PM
> Subject: cgi's and procedures...
>
>
> > Ok people, I will try to be as clear as possible:
> >
> > The situation:
> >
> > <form name="form1" method="post" action="/cgi-bin/cgi.ex">
> >   --CGI script in euphoria (cgi.ex) in a windows webserver (Xitami)
called
> > by a submit form in html
> >
> > ---cgi.ex
> >
>
begins----------------------------------------------------------------------
> -------------------------------
> >
> > puts(1,form) - where form is another form, When I click submit, I wanto
to
> > call um()
> >
> > procedure um()
> > puts(1,"1")
> > end procedure
> >
> > ---- end of
> >
>
cgi.ex----------------------------------------------------------------------
> -----------------
> >
> > In words: How do I call a procedure using form if this form is generated
> by
> > the cgi ?
> > (and the procedure is inside the cgi program).
> >
> > If procedure um() was another euphoria program, no problem....
> >
> > Thanks
> >
> > Rubens
> >
> >
>
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu