Page 1 of 1
Stroing a multidimensional array into a mysql database
Posted: Sun Apr 06, 2008 11:20 am
by me_great
Hi,
Please help me to save a multidimensional array in a mysql database.
Thanks.
Re: Stroing a multidimensional array into a mysql database
Posted: Sun Apr 06, 2008 5:38 pm
by Christopher
Do you want to store it in multiple records or one record?
Re: Stroing a multidimensional array into a mysql database
Posted: Sun Apr 06, 2008 10:35 pm
by me_great
I want to store it (the multidimensional array) in one database field.
arborint wrote:Do you want to store it in multiple records or one record?
Re: Stroing a multidimensional array into a mysql database
Posted: Sun Apr 06, 2008 10:39 pm
by Christopher
Use serialize()/unserialize()