Fatal error: Call to undefined function pg_escape_string()
Posted: Thu Jun 03, 2010 2:02 pm
Fatal error: Call to undefined function pg_escape_string()
I get this error in a PHP app Im working on.
PHP was compiled to work with postgres, and I can connect to a postgresql server in PHP. I can run pg_connect(), and grab some pg server info, so I know php is configured right.
For some reason this one function doesnt work though.
Any help appreciated.
Thanks
Raman
I get this error in a PHP app Im working on.
PHP was compiled to work with postgres, and I can connect to a postgresql server in PHP. I can run pg_connect(), and grab some pg server info, so I know php is configured right.
For some reason this one function doesnt work though.
Any help appreciated.
Thanks
Raman