$otCreditCard;
$otCash;
$otHMO;
$otPHIC;
$otUnpaid;
$otShare;
$otDiscount;
$stTotal;
$stCreditCard;
$stCash;
$stHMO;
$stPHIC;
$stUnpaid;
$stShare;
$stDiscount;
$ro3->showAllAccountTitle_opd($date, $date1);
echo "<br>";
echo "<table border=0 width='80%'>";
echo "<tr>";
echo "<th>&nbsp;Outpatient</th>";
echo "<th>&nbsp;Discount</th>";
echo "<th>&nbsp;UNPAID</th>";
echo "<th>&nbsp;HMO</th>";
echo "<th>&nbsp;PHIC</th>";
echo "<th>&nbsp;HOSPITAL</th>";
echo "<th>&nbsp;DOCTOR</th>";
echo "<th>&nbsp;Cr.CARD</th>";
echo "<th>&nbsp;PAYABLES</th>";
echo "<th>&nbsp;TOTAL</th>";
echo "</tr>";
$ro3->showPFaccounts($date, $date1);