function statusShow($status_id) { $strText = ""; switch ($status_id) { case "1" : $strText = "รอการแจ้งชำระเงิน"; break; case "2" : $strText = "แจ้งชำระเงินค่ามัดจำแล้ว"; break; case "3" : $strText = "รอเดินทาง"; break; case "4" : $strText = "เดินทางเสร็จ"; break; } return ($strText); }
<? $no=0; include"connect.php"; $sql="select * from `order`"; $ex=mysql_query($sql, $conn); $result=mysql_db_query($dbname, $sql); $num=mysql_num_rows($result); if($rs[sta_id] == 1) $status ="รอการแจ้งชำระเงิน"; else if($rs[sta_id] == 2) $status ="แจ้งชำระเงินค่ามัดจำแล้ว"; else if($rs[sta_id] == 3) . . } if($num>0){ $show.="<table width=800 cellpadding=0 align=center border=1>"; $show.="<tr bgcolor=#00cccc align=center> <td>เลขที่ใบจอง</td> <td>ชื่อ-นามสกุล</td> <td>ค่ามัดจำ</td> <td>สถานะ</td></tr>"; while($rs=mysql_fetch_array($ex)){ $show.="<td align=center>$rs[order_id]</td>"; $show.="<td align=center>$rs[order_name]</td>"; $show.="<td align=center>$rs[order_deposit]</td>"; $show.="<td align=center>$status</td>"; $show.="</tr>"; } $show.="</table>"; echo $show; } mysql_close($conn); ?>
<? $no=0; include"connect.php"; $sql="select * from `order`"; $ex=mysql_query($sql, $conn); $result=mysql_db_query($dbname, $sql); $num=mysql_num_rows($result); if($num>0){ $show.="<table width=800 cellpadding=0 align=center border=1>"; $show.="<tr bgcolor=#00cccc align=center> <td>เลขที่ใบจอง</td> <td>ชื่อ-นามสกุล</td> <td>ค่ามัดจำ</td> <td>สถานะ</td></tr>"; while($rs=mysql_fetch_array($ex)){ if($rs[sta_id] == 1) $status ="รอการแจ้งชำระเงิน"; else if($rs[sta_id] == 2) $status ="แจ้งชำระเงินค่ามัดจำแล้ว"; else if($rs[sta_id] == 3) . . } $show.="<td align=center>$rs[order_id]</td>"; $show.="<td align=center>$rs[order_name]</td>"; $show.="<td align=center>$rs[order_deposit]</td>"; $show.="<td align=center>$status</td>"; $show.="</tr>"; } $show.="</table>"; echo $show; } mysql_close($conn); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง