So i am using php for my school works controlled assessment and I need to output an array of user ID's in sections.
However it must function in this way:
- The Array must be in 3 segments of UIDS
- The UIDS cannot be repeated and the array sections will be added to a time table.
So there are 10 UIDS and they must be split and assorted as follows:
Split 1 // The remainder is also not forgotten about
1,4,7,10
Split 2 // Vertical assorted
2,5,8
Split 3
3,6,9