>> 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