On another thread someone said you can store an array in MySQL using the serialize() function to turn the array into a string, which is storable anywhere. What string type should I use for this, assuming I'll be storing an array with 100+ values in that column for each row?
Also, what would be the best way to add another value to the array after retrieving it from the database and unserializing it?
Andres
Also, what would be the best way to add another value to the array after retrieving it from the database and unserializing it?
Andres