Hi!, First i'm a beginner working with php. And i've a problem working
with that and postgresql of course, i cann't connect both.
I've been working with debian sid, and like usually the webserver is
apache; the error is something like thist: "error .... cannot locale
host:localhost...", but i try to do this: "# psql -h localhost -U xxx -p
5432 -d test " and i make connection.
In test.php, i change localhost by 127.0.0.1, and nothing, the same
error, and phpinfo() work.
So is somebody help me. thanks!