Yikes - not sure what everyone else is smoking. That's the hard way. I
thought he was just asking if he could a variable that is an array inside a
database and retrieve it later as an array. If this is the case, you can use
the serialize() function to convert the array to data that can be stored in
a mySQL database and then unserialize()-ed later. Here's the manual
reference for some examples:

http://www.php.net/manual/en/function.serialize.php

- Jonathan

"Jeroen Van Bussel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I would like to know if it is somehow possible to store an array in a
mysql
> DB.
>
> Could somebody please help me.
>
> greetz Jeroen
>
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to