Re: Could be a FAQ: prepare/execute in PHP?

From: "Brent R(dot) Matzelle" <bmatzelle(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Could be a FAQ: prepare/execute in PHP?
Date: 2001-11-28 20:25:04
Message-ID: 20011128202504.94356.qmail@web13005.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- Kirk Strauser <kirk(at)nmotioninc(dot)com> wrote:
> So, does anyone have any suggestions for how we can work around
> this, or how
> other people have handled the situation, or even why the PostgreSQL
> API is
> better or worse than the MySQL/Interbase API?

You might do yourself a favor and do your code conversion with the
PHPLIB (http://phplib.sourceforge.net/) database abstraction layer.
It is very intuitive and easy to use and allows you to change between
PG, MySQL, Oracle, etc with virtually no re-coding.

Brent

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-11-28 21:49:09 Re: Rules
Previous Message Kirk Strauser 2001-11-28 19:57:00 Re: [OT] Re: Could be a FAQ: prepare/execute in PHP?