Free Download Zone
$downsql = processQuery("select * from ".tb_Prefix."freedownload where status='Active' and type='zone' order by title");
$i=1;
while($downrow = mysqli_fetch_array($downsql,MYSQLI_ASSOC))
{
if($i%2==0)
$bgcol="#D5E4CF";
else
$bgcol="";
?>
$i++;
}
?>