กล่องรับสัญญาณ โทรทัศน์ดิจิทัล (เพียงอย่างเดียว) |
โทรทัศน์ (เพียงอย่างเดียว) |
กล่องรับสัญญาณ โทรทัศน์ดิจิทัล และโทรทัศน์ |
TH;
$rw=1;
while ($db=mysql_fetch_array($result)) {
$bx=$tx=$bt=0;
$sql2="select * from sk1_dbox where dsmis='$db[smis]' ";
$result2=mysql_query($sql2);
while ($db2=mysql_fetch_array($result2)) {
if ($db2[dbox]==1 and $db2[tv]=='') { $bx++; }
if ($db2[dbox]==1 and $db2[tv]==1) { $bt++; }
if ($db2[dbox]=='' and $db2[tv]==1) { $tx++; }
}
if ($bx==0) { $bx='-'; } else { $bx=$bx; }
if ($tx==0) { $tx='-'; } else { $tx=$tx; }
if ($bt==0) { $bt='-'; } else { $bt=$bt; }
if ($rw%2) { $col='#f3f3f3'; } else { $col=''; }
echo <<