[GENERAL] php error

2001-07-25 Thread Mike C
Title: php error Hello, Err message within a browser(http://its-macman.otago.ac.nz/~mike/index.php) = Fatal error: Call to undefined function: pg_connect() in /Users/mike/Sites/index.php on line 2 Actual code in php file = ? $connection = pg_connect(host=its-macman.otago.ac.nz

Re: [GENERAL] php error

2001-07-25 Thread Ryan Mahoney
Call phpinfo() and see if you have postgres support compiled into php. This would cause your error. Good Luck! -r At 04:13 PM 7/26/01 +1200, Mike C wrote: Hello, Err message within a browser(http://its-macman.otago.ac.nz/~mike/index.php) = Fatal error: Call to undefined function: