displaying names in an array

csplayer2008

New Member
using array_chunk I have split an array of names to groups of 4 names, I want to take one of these groups and display it in 4 divs, divs are named after one of the member group names, example group->jhon, mark, giovanni, clara then divs are \[code\]<div id="jhon></div>\[/code\]\[code\]<div id="mark"></div>\[/code\] and so on..I want to display only the other names in the div that is not equal to the divs name
 
Back
Top