Is there a way to save a array into a table then output ie
table 1 has a set of data
id name
1 joe
2 lee
3 colin
Then in table 2
id names etc
1 1,3 etc
So i can do a form on table one with <select> mulitple add them to table 2 then output table 2 to shows the names
I hope you understand this
Lee