| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/shop/control/themes/ |
Upload File : |
<div class="row">
<div class="visible-lg col-xs-12" style="margin-top:30px;"><a href="../ems/" style="color:#F00;font-size:18px;">
<img src="<?php echo $partcontrol ?>control/images/ems.png" width="255" height="55"></a></div>
</div>
<div class="row">
<div class="visible-lg col-md-12 DivShopDtail" style="margin-top:15px;padding-top:10px;padding-bottom:10px;">
<div class="">
<p style="text-align:center;font-size:14px;color:#F00;">รายการจัดส่งพัสดุ</p>
<?php
$list_ems = array('table'=>'ems','where'=>'id_shop = "'.$id_shop.'" AND type = 1','order'=> "ORDER BY id DESC LIMIT 0 , 5");
$view_ems = $view_db->view($list_ems);
$result_ems = $view_db->q_re($view_ems);
$num_rows = mysql_num_rows($result_ems);
while($row_ems = $view_db->q_ro($result_ems))
{
?>
<p style="text-align:left;font-size:14px;color:#333;">
<?php echo $row_ems['track']?>
<?php echo $Phone_class->phonenumber_facecover($row_ems['phonenumber'])?>
</p>
<?php
}
if($num_rows > 0)
{
?><div align="center" style="padding-top:10px;"><a href="../ems/" style="color:#F00;font-size:14px;">- ดูทั้งหมด -</a></div><?php
}
?>
</div>
</div>
</div>