Re: PHP arrays and postgresql

From: Richard Huxton <dev(at)archonet(dot)com>
To: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>, pgsql-general(at)postgresql(dot)org (pgsql general list)
Subject: Re: PHP arrays and postgresql
Date: 2004-01-07 21:59:32
Message-ID: 200401072159.32238.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

On Wednesday 07 January 2004 20:45, Mike Nolan wrote:

> I'm trying to find a way to store and then retrieve a PHP array in
> my pg database.

If you mean as one value, look into the serialise() function - that's probably
what you want.
If not, can you explain a little more?
--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gavin M. Roy 2004-01-07 22:02:51 Re: [GENERAL] PHP arrays and postgresql
Previous Message Andrew Sullivan 2004-01-07 21:38:08 Re: Problem with rserv replication

Browse pgsql-php by date

  From Date Subject
Next Message Gavin M. Roy 2004-01-07 22:02:51 Re: [GENERAL] PHP arrays and postgresql
Previous Message Mike Nolan 2004-01-07 20:45:48 PHP arrays and postgresql