[PHP-DB] array in db field - actual array

2001-09-13 Thread brendan
hi, i am currently scouring the web for a solution to this but thought i would try here as well .. i have a text field in a mysql database the textfield contains an array written out as // $array[0][1]=one; $array[0][2]=two; $array[0][3]=thre; $array[1][1]=four;

Re: [PHP-DB] array in db field - actual array

2001-09-13 Thread Dobromir Velev
-Original Message- From: brendan [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, September 13, 2001 2:20 PM Subject: [PHP-DB] array in db field - actual array hi, i am currently scouring the web for a solution to this but thought i would try here as well .. i have a text

[PHP-DB] Re:[PHP-DB] array in db field - actual array

2001-09-13 Thread brendan
PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, September 13, 2001 2:20 PM Subject: [PHP-DB] array in db field - actual array hi, i am currently scouring the web for a solution to this but thought i would try here as well .. i have a text field in a mysql database

Re: [PHP-DB] array in db field - actual array

2001-09-13 Thread brendan
of the array you could use eval(str_replace($array,$newarray,$row_from_query)); HTH Dobromir Velev -Original Message- From: brendan [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, September 13, 2001 2:20 PM Subject: [PHP-DB] array in db field - actual array hi