Hi,
I want to sore an PHP array in a single MySQL field. I would like to know if ther eis an easier way than implodeing the array with som delimiter and then store it as a string.
Thanks in advance
Martin
Why would you ever want to store an array in a field? Use proper database normalization instead.
Ok, that's a better way of doing it
thanks