Re: PostgreSQL and Apache

From: louis gonzales <gonzales(at)linuxlouis(dot)net>
To: "Leif B(dot) Kristensen" <leif(at)solumslekt(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL and Apache
Date: 2006-06-13 14:43:30
Message-ID: 448ECF12.10900@linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

PHP is one alternative, another is PERL with CGI to write web based
programs that can GET/POST with input/output from the browser, and to
interface with *SQL - i.e. postgresql - you can use PERL's DBI interface

Leif B. Kristensen wrote:

>On Tuesday 13. June 2006 15:39, jqpx37 wrote:
>
>
>>I'm working on a project involving PostgreSQL and Apache.
>>
>>Anyone know of any good books or online how-to's on getting PostgreSQL
>>and Apache to work together? (I'm also using PHP.)
>>
>>
>
>AFAIK, there are no dependencies beween Apache and PostgreSQL. PHP is
>what you'll use as the glue between them.
>
>I've worked with PHP and MySQL for some years, and found the transition
>to PostgreSQL rather painless, but still I've considered buying
>the "Beginning PHP and PostgreSQL 8: From Novice to Professional" by W.
>Jason Gilmore and Robert H. Treat.
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Wilson 2006-06-13 14:49:51 Re: PostgreSQL and Apache
Previous Message Leif B. Kristensen 2006-06-13 13:55:01 Re: PostgreSQL and Apache