Re: Support for prepared queries

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Robby Russell <rrussell(at)commandprompt(dot)com>
Cc: Stephen <jleelim(at)xxxxxx(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Support for prepared queries
Date: 2003-10-26 08:20:06
Message-ID: 3F9B83B6.3020405@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


>> Does anyone know if PHP supports prepared queries for PostgreSQL 7.3.x
>> ? If
>> not, when will prepared queries be supported?

Yes they are. Read the docs regarding the 'PREPARE' and 'EXECUTE'
commands in the Reference Manual. There is not special PHP support
required for this.

Chris

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Matthias Weinhold 2003-10-26 15:04:49 array fields in the database and their handling with php4
Previous Message scott.marlowe 2003-10-24 22:30:01 Re: Support for prepared queries