Re: [PHP-DB] "Fatal error: Call to undefined function pq_query()"

[email protected] (Firan Corneliu)
Newsgroups php.db
Message-ID <[email protected]>
Are you sure you're not using q instead of g :)

just to be sure, you can check if a function exists by using

$boolExists = function_exists('any_function_name');
http://www.php.net/manual/en/function.function-exists.php

On Tue, Apr 13, 2010 at 11:20 AM, Gary . <[email protected]> wrote:

> What the...
>
> What is causing this? I can use "pg_connect" without complaint, why
> does pq_query give this problem? PHP 5.3.1 FWIW.
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.