connects - Search results in mailing lists
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2017-01-06 22:07:21 | Re: [PHP] Fatal error: Call to undefined function pg_Connect() (Greg Sabino Mullane)
Connect()? Precision is important when reporting error messages. We'll assume that pg_connect() was the function
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2015-11-12 10:27:01 | How to Create a table in another database (Archana K N)
connect(unknown, unknown) does not exist LINE 1: select dblink_connect('dbname=mydb port=5432 host
Mailing lists >> pgsql-php >> Thread
2014-07-29 00:45:26 | Looking for some assistance / guidance -- (Jeff Silberberg)
connect, and then prepare a number of statements all of which work but the last
Mailing lists >> pgsql-php >> Thread
2014-04-09 16:01:28 | html display images without intermediate file (paul@mybofy.net)
Connect("host=localhost dbname=... user=... password='...'"); $res = pg_query($link, "select miniature from photo "); $numrows
Mailing lists >> pgsql-php >> Thread
2014-01-22 18:00:21 | Re: Data missing from table........ (Raymond O'Donnell)
connecting to a different database - probably a silly question, but could that be possible? Ray. -- Raymond
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2013-01-04 20:17:49 | Re: How to specify capitalization for column names in pg_fetch_object? (David McMath)
Connect. It happens to do the opposite of what I want, and there's no DB_PORTABILITY
Mailing lists >> pgsql-php >> Thread
2012-07-28 08:16:14 | Cannot login using phpPgAdmin (Archana K N)
connect to postgres using pgadmin 3 (from remote system also). But when am using phppgadmin
Mailing lists >> pgsql-php >> Thread >> Search in thread (19)
2012-04-30 05:41:05 | Re: Cannot connect to remote postgres using php (Dimitris Sakellarios)
connect with php pg_connect Step2 Inside pg_hda.conf configure the hosts you will
Mailing lists >> pgsql-php >> Thread >> Search in thread (42)
2011-04-07 13:56:46 | Re: Connecting PHP-based Application to Postgres-9.0.3 (Bill Moran)
connecting to localhost via TCP/IP. The default for psql when you don't specify a host
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2010-08-26 08:45:18 | pg_last_error() doesn't return connection errors (Frank Naude)
connect() [function.pg-connect]: Unable to connect to PostgreSQL server: FATAL: password authentication failed for user
Mailing lists >> pgsql-php >> Thread
2010-06-15 06:33:36 | Re: large resultset (Thom Brown)
connect($connection_string); $results = pg_query($db, $query); while ($result = pg_fetch_array($results) { echo
Mailing lists >> pgsql-php >> Thread >> Search in thread (3)
2010-05-27 16:45:58 | Fatal error: Call to undefined function pg_connect() (Steve.Toutant@inspq.qc.ca)
connects to my postgres database and do stuff... that works well when launched from a browser
Mailing lists >> pgsql-php >> Thread >> Search in thread (15)
2010-01-30 08:33:58 | Re: Undefined function pg_connect() (Gustavo Amarilla Santacruz)
connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied Is the server
Mailing lists >> pgsql-php >> Thread >> Search in thread (4)
2010-01-28 05:51:54 | problem with connection to remote server (Ireneusz Tarnowski)
connect from php application into second postgresql server. I test if it possible to connect
Mailing lists >> pgsql-php >> Thread
2009-11-22 15:22:43 | Use of pg_escape_string() (Sylvain Racine)
connect to database. '; return FALSE; } $this->record = array(); $this->count = 0; if (!$num_rows && $this