If I haven't missed anything:
| Name |
CITY |
ABCDEF |
BUDGET |
MEMBERSHIP |
UNTIL |
";
$color='#DADDE2';
$business = getbussinesspagination(0,$start,$per_page);
if ($business)
{
while ($row = $business->fetch_assoc ())
{
if($color=='#DADDE2')
$color='#F9F9F9';
else
$color='#DADDE2';
$msg .= "
".($row['article']!=''?'A':'').($row['event']!=''?'E':'')."
";
}
}
$msg .= "
";
echo $msg;
?>