Hello,
I have a list of id numbers that I will need for future reference in updating my mysql table. Should I store those id numbers under ONE field as an array? OR Should I store them individually in a table?
If the answer is the first way, what setting do I need for the mysql table to store it properly as an array...?
Help is appreciated...