11 lines
351 B
PHP
11 lines
351 B
PHP
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
|
|
<thead>
|
|
<tr>
|
|
<th style='text-align:center'> <?= "Table : ".$_SESSION['tableName'] ?> </th>
|
|
<th style='text-align:center'> <?= "View : ".$_SESSION['viewName'] ?> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|