Re: WAPP - Can't connect to PostgreSQL using PHP

From: Brew <brew(at)theMode(dot)com>
To: "roche magsayo" <rtmsoft(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: WAPP - Can't connect to PostgreSQL using PHP
Date: 2008-06-25 14:20:45
Message-ID: 1d7288990806250720i3feaba41x95d5a9cc2638f8a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Roche.....

Try a brief script calling the phpinfo(); function to see if the
module to give php pgsql support is loaded. Since mysql works you
should see one called mysql - there should be another called pgsql or
similar.

brew

On Wed, Jun 25, 2008 at 2:38 AM, roche magsayo <rtmsoft(at)gmail(dot)com> wrote:
> Hello Everyone,
>
> I am novice in using PostgreSQL 8.3.1, PHP 5.2.6, and Apache 2.2.9 but
> I manage to installed it in my Windows XP Pro laptop. However, when I
> my test my Apache installed its work. For PHP, it also work and i can
> even connect to MySQL database installed also in my laptop. But, when
> I write a simple code to connect to PostgreSQL it does not work. Does
> anyone help me. Thank in advance.
>
> --
> Roche Tumlad Magsayo
> rtmsoft(at)yahoo(dot)com
> rtmsoft(at)gmail(dot)com
>
> --
> Sent via pgsql-php mailing list (pgsql-php(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php
>

--

Strange Brew (brew(at)theMode(dot)com)

Check out my Stock Option website http://www.callpix.com
and my Musicians Free Classified http://www.TheMode.com

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Jason Minion 2008-06-25 14:32:59 Re: WAPP - Can't connect to PostgreSQL using PHP
Previous Message Vince Vielhaber 2008-06-25 11:05:33 Re: Can't connect to postgresql using php