Re: can't retrieve data through PHP

From: dan radom <dan(at)radom(dot)org>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: can't retrieve data through PHP
Date: 2002-10-26 17:28:06
Message-ID: 20021026172806.GF12484@lunar.radom.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

* Bruce Young (hbrucey(at)yahoo(dot)com) wrote:
> my script that does insert works correctly, but i get this error when
> retrieving data:
>
> Warning: pg_exec(): supplied argument is not a valid PostgreSQL link
> resource in /home/httpd/htdocs/view.php on line 115
>
> Warning: pg_num_rows(): supplied argument is not a valid PostgreSQL
> result resource in /home/httpd/htdocs/view.php on line 118
>

how about showing us the connection and query parts of view.php

dan

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Bruce Young 2002-10-26 17:41:29 Re: can't retrieve data through PHP
Previous Message Bruce Young 2002-10-26 17:22:27 can't retrieve data through PHP