"; $port = "5432"; $dbname = ""; $user = ""; $password = ""; $con_string = "host=$host port=$port dbname=$dbname user=$user password=$password"; ?>