Trying to check a list. Need some help with the foreach loop. Can't seem to understand the documentation for it.
foreach ($i = 0; $i <= $List; $i++)
{
foreach($ii = 0; $ii2 <= $List 2; ii++)
{
}
// something
}