Re: postgres/php and windows - Mailing list pgsql-php

From manjusri schuit
Subject Re: postgres/php and windows
Date
Msg-id ebedc620511211039j52f2b6a4i22d6b370988fb64b@mail.gmail.com
Whole thread Raw
In response to postgres/php and windows  (Dave Wayne <davewayne@shaw.ca>)
List pgsql-php
Hello
First you will need to know wheter php is been setup corectly.

Paste this

<?php
phpinfo()
?>

into a textfile or you're favorite editor and save it as phpinfo.php or so in you're webroot (mydrive\Apache Group\ApacheX\htdocs)

then goto http://localhost/phpinfo.php

1) Configurationfile (php.ini) Path must piont to the place wher you stored you're php ini.
2) if you scroll down a bit you will find a block with "pgpsql"  witchs means that you have postgres support enabled in php.
If not found that means you're php ini is not setup correctly
check www.php.net for more info on how to setup php.ini.

--
Met vriendelijke groet
Manjusri Schuit

On 11/20/05, Dave Wayne <davewayne@shaw.ca> wrote:
Does anyone know if there is a good guide for setting up php to connect to postgres under windows? I've set up postgres, however the PConnect function fails for some reason.
 
Any help would be appriecated
 
 


pgsql-php by date:

Previous
From: CGMoller@StateStreet.com
Date:
Subject: Re: postgres/php and windows
Next
From:
Date:
Subject: Re: postgres/php and windows