Not directly no.   You can serialize the array and store it in a single text
field.  Or, if this array contrains data that you'll be retrieving often
then you can construct a table and store each array element in a new row.
-Kevin

----- Original Message -----
From: "Leon Mergen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 3:25 PM
Subject: [PHP] Array into database


> Hello,
>
> I would like to know wether it's possible to put an array into a database?
> If not, what is the best way to archieve something like that?
>
> Thanks in advance,
>
> Leon Mergen
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to