Re: Perl or PHP DB Access?

From: Holger Marzen <holger(at)marzen(dot)de>
To: p s <psimdars(at)lisco(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Perl or PHP DB Access?
Date: 2002-02-21 21:28:44
Message-ID: Pine.LNX.4.44.0202212220110.12493-100000@bluebell.marzen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 14 Feb 2002, p s wrote:

> I did a search in the subjects for perl or php and only found one,
> asking if there was a php book . . . . What I'm trying to find is
> either a Perl or PHP way to connect to and access a postgres database.
> If there were some simple examples somewhere I would really appreciate
> finding them. I want to look into web based Postgres database
> applications. Thanks very much for your help. Paul

For Perl see DBI/DBD. Its a kind if a construction set. You need DBI and
then for every database a DBD. For Perl I use DBD-Pg-0.95 and DBI-1.13.

PHP is nice, too. Maybe a bit simpler for Web-Pages. PHP comes with HTML
docs. You find there a section about the postgres functions.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2002-02-21 21:31:57 Re: copy notice
Previous Message Doug McNaught 2002-02-21 21:27:55 Re: execute permissions of stored procedures?