Excellent! A very elegant solution! I have already implemented it.
Are there any pros and cons to using arrays for this purpose, as opposed to having a large group of ordinary fields? I suppose queries might be more difficult with the imploded arrays, or is that incorrect.
Ah, also, I am using mysql_fetch_array to get the various fields of each record. I cannot seem to use implode on the records which already have "Array" in that $array field to get at the contents of the array - I have tried around 15 different combinations. Is it because the array elements are "second-order", ie they are a filed array within the record array? If so, how can I access them?
Thanks again for your help.
Kevin