<table class="table table-hover">
<thead>
          <tr>
              
             <th>อำเภอ</th>
           <th>จำนวนประชากร</th>
            <!--<th>ชาย</th>-->
             <th>หญิง</th>
             

          </tr>
     </thead>
     <tbody>             
</tbody>
<?php 
$dbrpt->GET_AGE_GROUP_AMP($table, $age);
while ($arr_rs = $dbrpt->Fetch_array()) {
    ?>
    
	<tr>
		<td>
         <a href="javascript:popup('age_group_3060_tambon.php?ampcode=<?php 
    echo $arr_rs['AMPCODE'];
    ?>
&id=<?php 
    echo $id;
    ?>
&age=<?php 
    echo $age;
    ?>
&table=<?php