Question

How can i install phppgadmin in appserver on windows. I installed postgresql exe file and configures php.ini file and extracted PhpPgAdmin in www folder, but it showing php not congifured error.

Était-ce utile?

La solution

Installation of phppgadmin

1) download postgresql-9.1.4-1-windows.exe' (for windows), phpPgAdmin-5.0.4.zip.(choose latest one)

2) install postgresql .exe file

3) extract phppgadmin in C:\Appserv\ (ex:- C:\Appserv\phpPgAdmin)

4)in php.ini file uncomment the following lines.

extension=php_pdo_pgsql.dll
extension=php_pgsql.dll

5) restart system and login into postgresql in programs.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top