[PHP] Yet another Newb Question - error

2004-08-13 Thread Andy Moore
Thanks to this newsgroup I finally overcame one of my biggest errors in PHP. But it still doesn't work completely. :) --- Fatal error: Call to undefined function: pg_connect() in /var/www/include/db.php on line 30 --- Undefined function? Isn't it a standard command? - Andy Moore -- PHP General

RE: [PHP] Yet another Newb Question - error

2004-08-13 Thread Jay Blanchard
[snip] Thanks to this newsgroup I finally overcame one of my biggest errors in PHP. But it still doesn't work completely. :) --- Fatal error: Call to undefined function: pg_connect() in /var/www/include/db.php on line 30 --- Undefined function? Isn't it a standard command? [/snip] From

Re: [PHP] Yet another Newb Question - error

2004-08-13 Thread Andy Moore
Does PostGres show up in the test page we did earler? If not PHP needs to be compiled as stated above No, PG doesn't show up... What do you mean, compiled? Do you mean installed? I used # apt-get install postrgesql Are you saying I should say # apt-get install postgresql --with-pgsql ? Or,

Re: [PHP] Yet another Newb Question - error

2004-08-13 Thread Hannes Magnusson
On Fri, 13 Aug 2004 13:06:58 -0700 [EMAIL PROTECTED] (Andy Moore) wrote: Does PostGres show up in the test page we did earler? If not PHP needs to be compiled as stated above No, PG doesn't show up... What do you mean, compiled? Do you mean installed? I used

Re: [PHP] Yet another Newb Question - error

2004-08-13 Thread Matthew Weier O'Phinney
* Andy Moore [EMAIL PROTECTED]: Does PostGres show up in the test page we did earler? If not PHP needs to be compiled as stated above No, PG doesn't show up... What do you mean, compiled? Do you mean installed? I used # apt-get install postrgesql Are you saying I should say # apt-get