";
echo "".strtoupper($iCount)." | ";
echo "".$itemID." | ";
echo "".strtoupper($row['medicine_desc'])." | ";
echo "".strtoupper($row['type'])." | ";
echo "".strtoupper($row['UoM'])." | ";
echo "".strtoupper($row['type'])." | ";
echo "".number_format($row['medicine_price'],2,'.',',')." | ";
echo "".number_format($qty,0,'.',',')." | ";
echo "
";
$qty=0;
}
?>