require_once '../template/superadmin/action_connection.php' ; include("../settings/adminsession.php"); session_start(); ?>
S.No | Receipt No | Name | Consultation | Mobile Number | Appointment Date | Country | Fees |
---|---|---|---|---|---|---|---|
echo $nsssss;?> | OC- echo $rowsss['order_id'];?> | echo strtoupper($row['name']);?> | echo strtoupper($rowsss['consulting_for']);?> | echo $row['phone'];?> | echo $rowsss['appointment_date'];?> echo sprintf("%02d",$rowsss['hour_date']);?>: echo sprintf("%02d",$rowsss['min_date']);?> echo $rowsss['am_date'];?> | echo strtoupper($row['country']);?> | $connn=$row['country'];?> if($connn=="India") { $sss="Rs"; } else { $sss="$"; } ?> echo $sss;?> echo $rowsss ['amount'];?> $mann +=$rowsss ['amount'];?> |
Total | Rs echo $mann;?> |