Can anyone send me the code for a single-layer for loop to control the color-changing tables of alternate rows? Thank you!
Let me give you an idea
for($i = 0; $i < 10; $i++)
{
if ($i%2 = = 0)
## // Another color
Let me give you an idea
for($i = 0; $i < 10; $i++)
{
if ($i%2 = = 0)
## // Another color