postgresql array with PHP - Mailing list pgsql-php

From
Subject postgresql array with PHP
Date
Msg-id Pine.GSO.4.21.0103311713440.14868-100000@shell.bourg.net
Whole thread Raw
Responses Re: postgresql array with PHP  (Grant <grant@conprojan.com.au>)
Re: postgresql array with PHP  (Grant <grant@conprojan.com.au>)
List pgsql-php
Hello All,

I have a few array types in a table that I'd like to update/retrieve from
PHP.  I manage to update/insert the array with a common sql statement but
am having a tough time retrieving the data back into an array like
form.  PHP seems to store the result of a Postgresql array as a single
element.  Is there a simple way to retrieve Postgresql array datatypes as
a PHP array instead of a single element?

Thanks,

Steve Bourg


pgsql-php by date:

Previous
From: Andrew Hammond
Date:
Subject: Re: A valuable addition to PHP...
Next
From: Grant
Date:
Subject: Re: postgresql array with PHP