Quote:
Originally Posted by TheSpecialist
Here is what I used (the entire while statement)
PHP Code:
while($app=$DB_site->fetch_array($getmiscapps))
{
if($col %2 == 0)
{
$color='alt1';
}
else
{
$color='alt2';
}
... CENSORED!
$col++;
}
Looks like you are just missing the $name++. 
|
thats the long way around .... i dont use it in a while loop ... and im not missing the $name++
but your code should still work