Re: pg_query_params

From: Carol Walter <walterc(at)indiana(dot)edu>
To:
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: pg_query_params
Date: 2009-07-22 22:09:10
Message-ID: E342D29B-0457-49E3-B72D-286E2B316C17@indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Thank you very much. I understand.

Carol
On Jul 22, 2009, at 5:51 PM, Raymond O'Donnell wrote:

> On 22/07/2009 20:37, Carol Walter wrote:
>> No, I mean if I select select a name from the database but the name
>> isn't found. I'm doing a log in form. I want to check to see if the
>> user that's logging in exists in my database. I can check the
>> number of
>> rows returned or something like that, but I wondered if the function
>> returns a false.
>
> No, it'll still return a rowset (or whatever such things are called in
> PHP), but one that doesn't contain any rows.
>
> Ray.
>
> ------------------------------------------------------------------
> Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
> rod(at)iol(dot)ie
> Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
> ------------------------------------------------------------------
>
> --
> 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

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Andreas Kalsch 2009-08-03 18:37:35 PDO does not trow Exceptions for queries
Previous Message Raymond O'Donnell 2009-07-22 21:51:02 Re: pg_query_params