[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 http://www.php.net/pgsql.php "In order to enable PostgreSQL support, --with-pgsql[=DIR] is required when you compile PHP. DIR is the PostgreSQL base install directory, defaults to /usr/local/pgsql. If shared object module is available, PostgreSQL module may be loaded using extension directive in php.ini or dl() function." Does PostGres show up in the test page we did earler? If not PHP needs to be compiled as stated above -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php