boolean values and php

From: Anuradha Ratnaweera <anuradha(at)gnu(dot)org>
To: pgsql-php(at)postgresql(dot)org
Subject: boolean values and php
Date: 2001-01-15 15:49:45
Message-ID: Pine.LNX.4.21.0101152146140.30564-100000@bee.lk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


I have an array in PHP which contains boolean values. The array is
associative and its indices are the same as the column names of a table. I
want to write to the database and read it back (with pg_fetch_array)
without any additional manipulations. Please let me know if types are
preserved when reading from the database.

Thanks in advance.

Regards,

Anuradha

Browse pgsql-php by date

  From Date Subject
Next Message Timothy_Maguire 2001-01-16 14:57:20 Optional fields
Previous Message Josh Berkus 2001-01-12 17:02:13 PL/PGSQL Array Parameters