Re: passing variable between cgi

From: Razvan Marcus <marcus(at)twf2(dot)twf(dot)ro>
To: hoelc <hoelc(at)pd(dot)jaring(dot)my>
Cc: linux-net(at)vger(dot)rutgers(dot)edu, PostgreSQL Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: passing variable between cgi
Date: 1999-03-02 06:27:37
Message-ID: Pine.LNX.4.04.9903020825130.31881-100000@twf2.twf.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


You can use <input type=hidden name=... value=...> to pass variables
from a cgi to another.

Argus

On Mon, 1 Mar 1999, hoelc wrote:

> Hello,
> I am setting up PostgreSQL (postgresql-6.4.2) database in Linux (Linux 2.0.27)
> system, and want to access the database with cgi ( C program) through Apache
> (version 1.1) server. My application involve a few cgi programmes.
> I can not figure out how to pass varibles between cgi programmes.
>
> My application involve some thing like this:
> In a HTML page, when the user click a button, a cgi program will run and get
> some data from Postgres, then when the user click another button, the other cgi
> will be triggerred to process certain data got by the previous cgi, so, I will
> need to pass the data get by the first cgi to the second cgi according to the
> user choice ...
>
> I am using the embedded SQL (ecpg) method to write the cgi ( C program ) to get
> data from postgresql-6.4.2.
> How should I pass variable between these C program? What are the common methods
> to develop this kind of application?
> Please advice.
> Thank you.
> LCH
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to majordomo(at)vger(dot)rutgers(dot)edu
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 1999-03-02 07:37:30 Re: [INTERFACES] How can I get more result fields in pgaccess visual query builder?
Previous Message Stan Brown 1999-03-02 04:40:13 How can I get more result fields in pgaccess visual query builder?