From: Giancarlo Boaron on
Hi all.

I'm receiving the following message when I try to use
pg_prepare() function:

"Call to undefined function pg_prepare()".

My application works very well with others pg_*
commands...

I already checked my configuration files and I have no more
ideas about how to fix it.

Any suggestions?

Thank you.




From: Chris on
Giancarlo Boaron wrote:
> Hi all.
>
> I'm receiving the following message when I try to use
> pg_prepare() function:
>
> "Call to undefined function pg_prepare()".
>
> My application works very well with others pg_*
> commands...

What version of php do you have?

This came in with 5.1.0 according to the manual.

--
Postgresql & php tutorials
http://www.designmagick.com/

 | 
Pages: 1
Prev: session management
Next: UNION ALL query help