$colarr=array("#cccccc","#ffffff"); //create an array containting color values
while($row=mysql_fetch_array($result))
{
echo "
echo "\t\n
//shuffling the color array
array_unshift($colarr,$colarr[1]);
array_pop($colarr);
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment