Danny O'Brien wrote:


Parse error: parse error in /var/www/srp/dbconnect.php on line 5

With this error...



$link = pg_connect ("", "", "", "", "ourdb" or
die ( "Could not connect to database." );

You are missing a closing bracket for pg_connect. With the bracket: $link = pg_connect ("", "", "", "", "ourdb") or die ( "Could not connect to database." ); HTH Chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to