note 13598 deleted from function.pg-fetch-array by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: gmoros at altavista dot com
----
If the connection with the database fails, you can add "or die" + your message to show, with @pg_connect don´t display error messages.
$conn = @pg_connect("dbname=marliese port=5432") or die ("Can´t connect to database);