aboutsummaryrefslogtreecommitdiff
path: root/demo/components/results.php
blob: 4ae933274b6c69bb7111bbbb3441f52da07a11d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="row">
  <div class="col-md-12">
      <table class="table table-striped">
        <tr>
          <th>#</th>
          <th>Text</th>
          <th>Date</th>
        </tr>
        <?php ShowRecord(GetID()); ?>
      </table>
  </div>
</div>