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

From: Alessandro Vullo <alex(at)newnet(dot)it>
To: antony(at)claire(dot)co(dot)jp
Cc: pgsql-novice(at)hub(dot)org
Subject: Re: how do I process data with a perl/cgi script & deliver result back to user via php
Date: 2000-07-12 10:04:11
Message-ID: 396C429B.D84453A2@newnet.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2000-07-12 17:03:50 Re: [NOVICE] newbie problem on creating table
Previous Message ChristophSchmidt 2000-07-12 09:40:46 Re: Adding params to postmaster.opts file