scenario:
1. i have postgresql running on linux machine and apache on windows.
2. i am saving all my php files in windows system.
now i am trying
$con_string = "dbname=spamtrack port=5432 user=postgres password=postgres host=192.168.1.145";
$connection = pg_connect($con_string);
this is giving an error can you please guide me to get the solution
thanx & regards