Exemple #1
0
                                        <th>เฉลี่ยค่ารักษา</th>
                                        <th>เฉลี่ยความพึงพอใจ</th>
                                        <th>รายละเอียด</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <?php 
if (!isset($_GET['do'])) {
    ?>
                                        <tr>
                                            <td colspan="6" align="center">ไม่พบข้อมูล</td>
                                        </tr>
                                        <?php 
} else {
    // print_r($_GET);
    $html = $ht->research($_GET);
    print $html;
}
?>
                                </tbody>
                            </table>
                        </div>
                    </div>
                    <div class="row">
                        <div class="col-md-12 text-center">
                            <nav>
                                <ul class="pagination pagination-sm">
                                    <?php 
if (isset($_GET['do'])) {
    echo $ht->paging();
}