Re: Need more help on data bases over a intranet

From: "Anthony E (dot) Greene" <agreene(at)pobox(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Need more help on data bases over a intranet
Date: 2000-10-13 01:05:18
Message-ID: 20001012210518.A16424@cp5340
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, 12 Oct 2000 14:09 Fernando M. Maresca wrote:
>Ok, my problem is how send to the DB server the data entered trough the
>browser when the user fills the forms, and how can I retrieve the data
>from the server when is needed to display it in the web page over the
>intranet.

You can use perl with DBD/DBI modules for PostgrSQL or you can use PHP.
Either one can take data entered on a Web form and insert it into a database.
They can also get data from a database and display it in a web page.

I use perl with the Pg module for PostgreSQL. DBD/DBI would probably be
better, but I got started using Pg.pm and I don't want to change unless it
becomes necessary. If you want to use perl, you should download the DBD module
for PostgreSQL from cpan.perl.org.

My Red Hat 6.2 box came with PHP already installed and working, including
the modules for PostgreSQL. If you want to use PHP, take a look at
/home/httpd/html/manual/mod/mod_php3/manual.html.

--
Anthony E. Greene <agreene(at)pobox(dot)com> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05 ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message bmccoy 2000-10-13 01:25:51 Re: Re[2]: Importing Data into Postgresql from MS Access
Previous Message ghaverla 2000-10-13 00:31:45 Re: Need more help on data bases over a intranet