Re: ARRAY type and PHP - Mailing list pgsql-general

From Cornelia Boenigk
Subject Re: ARRAY type and PHP
Date
Msg-id 005401c15dad$8987fa80$321407d5@boenigk
Whole thread Raw
In response to ARRAY type and PHP  (Uros Gruber <uros.gruber@sir-mag.com>)
List pgsql-general
Hi

> Output is something like this
>
> {"one","two","three"}
>
> What can i do with this. How can i insert this in php array

Read the output into a string and then use explode() to generate an
array.

Bye
Conni


pgsql-general by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: index files still growing
Next
From: Stephan Szabo
Date:
Subject: Re: Triggers after insert