Needed to say is that the database is an mySQL database.
Prev mess
Hi.
I want to store a multidimensional array in a blob field. How do I best accomplish that?
I know that I could use implode to store it as a string, then use explode to make it as an array again after I got it from the database, but this seems to a hard way to do it, especially when the array is made up of several dimensions?
Does anyone have any tips on how to solve my problem?
Thanks,
Martin