Re: how do I process data with a perl/cgi script & deliver result back to user via php - Mailing list pgsql-novice

From Alessandro Vullo
Subject Re: how do I process data with a perl/cgi script & deliver result back to user via php
Date
Msg-id 396C429B.D84453A2@newnet.it
Whole thread Raw
In response to Re: [Re: UPDATING and DELETING sub-classes ]  (Ami Ganguli <ami@ganguli.com>)
List pgsql-novice
Antony Stace wrote:

> Hi Folks
>
> I have a page with a form which a user fills out.  I need the contents
> of this form to be processed by a perl cgi script and finally the
> results delivered back to the users browser via php, how do I do this?

One solution could be to store the data in a file.
You redirect (via Perl, check LWP::Simple) the
browser to a php script that parse that file.

Alessandro


pgsql-novice by date:

Previous
From: "Thomas Krebs"
Date:
Subject: Re: newbie problem on creating table
Next
From: ChristophSchmidt
Date:
Subject: Re: Adding params to postmaster.opts file