Convert Array to String and vice versa
807603Oct 19 2007 — edited Oct 19 2007i just set up a MySQL server to hold user data, and I need to store arrays in the Server. (Mostly int arrays) I think the best way would be to convert they array to a String, then store it. And then convert it back into an array when it is taken out. Anyone know of a good way to do this? (OR a better way to store arrays in MySQL)