Does php/postgres support placeholder's?

From: "John Mohr" <jtmohr(at)healthconresources(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Does php/postgres support placeholder's?
Date: 2005-04-27 20:47:14
Message-ID: IHEBIKJHMMKHJKLKCDHLCEOKEIAA.jtmohr@healthconresources.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Does php/postgres support placeholder's in queries and updates. Something
that looks like "select * from x where key=?" ? I notice that the call
interface doesn't support all of the documented calls, for example pg_query
and pg_send_query, but not pg_query_params (according to pgsql.c, the
postgres php -> postgres interface program).

Responses

Browse pgsql-php by date

  From Date Subject
Next Message John DeSoi 2005-04-28 00:11:06 Re: Does php/postgres support placeholder's?
Previous Message Michael Fuhr 2005-04-26 01:56:21 Re: starting/running postgres...