Re: useability of apache, PHP, Postgres for real business apps

From: caldodge(at)fpcc(dot)net (Calvin Dodge)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: useability of apache, PHP, Postgres for real business apps
Date: 2001-06-28 15:54:29
Message-ID: ca6275f0.0106280754.15113b05@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pvissenb(at)csc(dot)com (Pieter Vissenberg) wrote in message news:<7ab85fc(dot)0106272359(dot)7bbbfbf2(at)posting(dot)google(dot)com>...
> All,
>
> Does anyone have experience with the use of PostgreSQL in combination
> with Apache and PHP in a real life business environment?

We're using those three for simple workflow docs right now (tracking
tasks and customer installs, as well as comments about those
operations), and planning on using it for customer data entry (once I
figure out the "best" way to translate our Access-based software to a
web-based format).

PHP 4 session management makes it really easy to create and use
session variables, so data filtering information (for example:
selecting only unfinished tasks) persists until the user actually
changes it ("select ALL tasks"), or until the browser is closed.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2001-06-28 16:01:44 Re: Suggested improvement : Adjust SEQUENCES to accept an INCREMENT of functionname(parameters) instead of an integer
Previous Message Tom Lane 2001-06-28 15:31:18 Re: Why is NULL not indexable?