Fatal error undefined funtion pg_connect()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chifo

    #1

    Fatal error undefined funtion pg_connect()

    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_connec t("host=142.124 0.123.10 port=3452 dbname=datbase user=mi
    password=pwd")
    thanks, regards

  • MaXX

    #2
    Re: Fatal error undefined funtion pg_connect()

    Chifo wrote:[color=blue]
    > 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_connec t("host=142.124 0.123.10 port=3452 dbname=datbase user=mi
    > password=pwd")
    > thanks, regards[/color]
    host=$valid_ip_ address_or_host name port=5432 (postgres default)? but more
    likely pg support is built in php...

    Some guesses,
    --
    MaXX

    Comment

    Working...