Exemple #1
0
<?php

include "../../myDatabase4.php";
$ro = new database4();
$ro->aging_of_accounts();
$company = $ro->aging_of_accounts_companyName();
$counts = count($company);
?>

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Aging of Accounts</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://localhost/bootstrap-3.3.6/css/bootstrap.min.css">
  <script src="/bootstrap-3.3.6/js/bootstrap.min.js"></script>
</head>
<body>

<div class="container">
  <h2>Aging of Accounts</h2>
  <p>Outpatient</p>            
  <table class="table table-hover">
    <thead>
      <tr>
        <th>Company</th>
	<th>1-30 Days</th>
	<th>31-60 Days</th>
	<th>61-90 Days</th>
	<th>91+ Days</th>