El Vie 24 Oct 2003 15:02, Robby Russell escribió: > Stephen wrote: > > Hi, > > > > Does anyone know if PHP supports prepared queries for PostgreSQL 7.3.x ? If > > not, when will prepared queries be supported? > > > > Thanks, Stephen > > > > You might want to look at PEAR db. I think it comes with php standard > now... so pear.php.net. Those are not prepared queries (at least in the sence of prepare -> execute). For prepared queries you have to know how to talk to libpq, and that's something that is done from the pgsql ext. -- select 'mmarques' || '@' || 'unl.edu.ar' AS email; ----------------------------------------------------------------- Martín Marqués | mmarques@xxxxxxxxxx Programador, Administrador, DBA | Centro de Telemática Universidad Nacional del Litoral -----------------------------------------------------------------