Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
foreach ($result as $row)
{
$remainder = $counter % $dayofyear;
if ($remainder == 0)
{
output the $row;
break;
}
}
1 to 4 of 4