i want my voting script to support 1 vote per channel. so i turned every variable into an array. theres only one problem:
the people who already voted are already stored in an array. so i searched the forum and changed it to:
Code: Select all
vpeople($chan,$mask)
and then 2 more questions:
1. is there a way to go through an array such as for lists: foreach item
- ?
2. is it possible to make an array of lists?