Re: [PHP-DB] POSTGRESQL & PHP

2002-09-09 Thread TuxMonkey
t; <[EMAIL PROTECTED]> To: "Tomator" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002 11:52 AM Subject: Re: [PHP-DB] POSTGRESQL & PHP > 1. run a script containing phpinfo() function and confirm you have support > for pgsql > 2. add code t

Re: [PHP-DB] POSTGRESQL & PHP

2002-09-09 Thread Tomator
"Miles Thompson" wrote: > 1. run a script containing phpinfo() function and confirm you have support > for pgsql > 2. add code to display the error message generated by either php or pgsql > when you try to connnect > 3. (Maybe this should have been first) I don't know about Windows systems, > but

Re: [PHP-DB] POSTGRESQL & PHP

2002-09-09 Thread bbonkosk
Gosh.. It could be a bunch of things. Maybe it requires a password, a username, is running on an alternate port, etc... Any more information you can provide to us would be helpful. Maybe echo out the output of pg_last_error()? -Brad > I've installed MySQL and PostgreSQL on my XP. I'd like t

Re: [PHP-DB] POSTGRESQL & PHP

2002-09-09 Thread Miles Thompson
1. run a script containing phpinfo() function and confirm you have support for pgsql 2. add code to display the error message generated by either php or pgsql when you try to connnect 3. (Maybe this should have been first) I don't know about Windows systems, but on *nix, PostgreSQL has to be st