Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have face following error.how to solve this error.
Fatal error: Call to undefined function pg_connect() in C:\apache24\htdocs\lib\dbase.php
Posted
Comments
[no name] 16-Jul-15 6:46am    
Easy. Stop trying to call functions that don't exist.
Mohibur Rashid 16-Jul-15 22:21pm    
lol
Mohibur Rashid 16-Jul-15 22:24pm    
Open your php.ini file
find the line ";extension=php_pgsql.dll"
remove the semicolon(;)
restart your apache server.
learn to use google.
Member 11420908 17-Jul-15 7:02am    
i am already removed the semicolon

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900