Arrays in a DB... what data type? And...

wxdqz

New Member
Thanks for all the help on my previous post about storing arrays in database fields. Now I have two more questions... These arrays (only in one field per row) are extremely large, containing two rows and up to 30 or more colums each, so what data type should I use, or what type do I need to use? And also, when this array is serialized and split apart by slashes (if neccessary), would string indices be preserved (i.e. $array["title"][0] and $array["body"][0])? Any info would be greatly appreciated. Thanks!
 
Back
Top