Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
i couldnt solve the above below error.. somebody please help me..
when i was trying to connect with postgresql using pg_connect(), it says that "Fatal error.. call to undefined function pg_connect..".
please help me....
You probably need to uncomment (remove the first ;) the PostgreSQL extension in your php.ini:
;
php.ini
php_pgsql.dll - if you're on Windows
pgsql.so - if you're on *nix
Add a comment
You can also connect to a database using PDO.
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.