Re: DBD and DBI::Pg - Mailing list pgsql-php

From Joel Burton
Subject Re: DBD and DBI::Pg
Date
Msg-id Pine.LNX.4.21.0104152117280.1000-100000@olympus.scw.org
Whole thread Raw
In response to DBD and DBI::Pg  ("N@ta$" <natas@jam.rr.com>)
List pgsql-php
On Sun, 15 Apr 2001, N@ta$ wrote:

> -A Quake3Arena server
>         HAVE IT
>
> -An SQL database compatable with Perl:DBI:DBD and PHP4
>         CURRENTLY RUNNING PostgreSQL, but HAVE NOT INSTALLED DBI::DBD
>
> -Perl
>        RUNNING PERL 5
>
> -DBI:DBD Mod for Perl
>         I'M LOST ON THIS ONE
>
> -A web server that works with PHP
>         HAVE IT
>
> -PHP4
>         HAVE IT
>
> Graphinat0r requires:
> -GD.pm
>         LOST ON THIS AS WELL

DBI (which includes DBD::Pg, the DBI module for PostgreSQL) and GD.pm
are both Perl modules. You can find them at www.perl.com.

Alternatively, you can use the CPAN module (which should have come with
your installation of Perl) to install them:

shell$ perl -MCPAN -eshell

and "install DBD::Pg" and so on.

Lots of info on the Perl web pages, or in "Programming the Perl
DBI" (O'Reilly).


--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


pgsql-php by date:

Previous
From: Ned Lilly
Date:
Subject: Tutorial on PHP DB abstration
Next
From: "Sterin, Ilya"
Date:
Subject: RE: DBD and DBI::Pg