I am making an editor. I need to connect my php code to postgresql. This uses command like this
$dbconnect = pg_connect();
but my compiler is unable to detect pg_connect;
So i need connector to connect this.
I am using Windows Platform
Please Help.