Posted by MaXX on 03/29/06 22:09
Chifo wrote:
> I try to connect postgres database but browser showme a error"Fatal
> error undefined funtion pg_connect()" somebody can helpme ?
> i dont know whats means, all conection string its ok
> this is an example:
> $conn=pg_connect("host=142.1240.123.10 port=3452 dbname=datbase user=mi
> password=pwd")
> thanks, regards
host=$valid_ip_address_or_hostname port=5432 (postgres default)? but more
likely pg support is built in php...
Some guesses,
--
MaXX
[Back to original message]
|