RE: [PHP-DB] store an array in a mysqldb

2001-08-31 Thread Peter J. Krawetzky
Thursday, August 30, 2001 10:43 To: [EMAIL PROTECTED] Subject: [PHP-DB] store an array in a mysqldb 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-ma

Re: [PHP-DB] store an array in a mysqldb

2001-08-30 Thread Justin Buist
Nothing comes to mind that isn't a bit of a "hack" really. You could try seperating the data with delimiters before putting it in, then splitting the data back up into an array at query time. You could setup some tables, one called 'arrays' and one called 'array_values". Arrays would pretty muc

[PHP-DB] store an array in a mysqldb

2001-08-30 Thread Jeroen van Bussel
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 adm