From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Cc: | can(at)yabil(dot)net |
Subject: | Re: Fatal error: Call to undefined function pg_Connect() |
Date: | 2017-01-06 19:07:21 |
Message-ID: | f46ef894d251139d07c879a751d08c24@biglumber.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
> but im getting Call to undefined function pgConnect() in
> /home/f****/publichtml/***.****.net/new.php on line 11
Was it really "pgConnect()" not pg_Connect()? Precision is
important when reporting error messages. We'll assume that
pg_connect() was the function not found.
It looks like you have PDO support compiled in, so the best
solution is to simply use that instead of the older pg_* functions.
See for example:
(There are many other tutorials. With all, replace mysql with pgsql)
- --
Greg Sabino Mullane greg(at)turnstep(dot)com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201701061401
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iEYEAREDAAYFAlhv6r8ACgkQvJuQZxSWSshx9wCgihVLLKwdXTXx6g4xXuGyUokM
2JIAnjmhJ0Kzg1Y1ZjDF+wv1Y5wHIOBn
=qoPH
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | pride12 | 2017-06-10 10:00:51 | Buy real and fake passports,drivers license,ID cards,birth certificates,Visas,SSN,divorce papers,US |
Previous Message | Olorin | 2017-01-03 10:46:01 | Fatal error: Call to undefined function pg_Connect() |