I want to connect to PostgreSQL, Im using wamp 64 bit.
I have here
I also uncomment in php.ini the php_pgsql and php_pdo_pgsql. but i can't connect , It gives me error like this :
Error suppression ignored for ( ! ) Fatal error: Call to undefined function pg_connect()
Is there anybody know the solution regarding on my problem. I just need it badly.
Thank you .
;extension=php_pgsql.dll
and remove the semicolon at the beginning;extension=php_pdo_pgsql.dll
and remove the semicolon at the beginningHope this helps