On Tuesday 04 September 2001 9:24 pm, Kirk Mitchell wrote:
>   I've installed php4.0.6 on a NT4(sp6a)/IIS4 machine and followed all the
> instructions I could find on the matter; application mapping,
> extensions_dir setting, etc. I'm getting the following when trying to run a
> slideshow:
>
> Fatal error: Call to undefined function: pg_connect() in
> F:\inetpub\etgcompanies\fibercom\doc\global.php on line 2
>
> The file noted contains:
>
> <?
> $conn=pg_Connect("","","","", "joel");
> ?>
>
> Any ideas?

You probably haven't enabled the postgress extension dll in your php.ini (and 
you may also not have installed the extension).

Cheers
-- 
Phil Driscoll

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to