Is there any way to get an error message via pg_errormessage() when 
using pg_connect() and it fails?

Currently I have $conn=@pg_connect(), I don't want error text showing up 
where the HTML cursor is, I intend to put any error text elsewhere. 
 Unfortunately, $conn is FALSE and pg_errormessage() doesn't like that.

Suggestions?

David



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to