<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <style type="text/css"> <!-- .style1 {font-size: 13px} .style3 {font-size: 13px; color: #FF9933; } --> .active{ color: #00CC33; background:#FFFFFF; } .newrefill{ color: #0000FF; background:#; } .checking{ color: #FF9900; background:#; } .notactive{ color:#FF0000; background:#; } .newaccount{ color: #CC3399; background:#; } .style4 {font-size: 12px} .style8 {font-size: 11px} body { background-image: url(); } .style11 {color: #66CC00} --> </style> <script type="text/JavaScript"> <!-- function timedRefresh(timeoutPeriod) { setTimeout("location.reload(true);",timeoutPeriod); } // --> </script> <p> <body onLoad="JavaScript:timedRefresh(30000);"> <!-- กำหนดเวลาในการ Refresh ยิ่งเยอะยิ่งนาน --> </p> </div> </head> <body><br /> <br /> <table width="800" align="center" style="border:solid 1px #FF0000"> <tr> <td colspan="2" align="center" bgcolor="#D5F4FF"><span class="style1">ตรวจสอบสถานะการใช้งาน </span></td> </tr> <tr> <td width="372" align="center" bgcolor="#333333"><span class="style3 notactive style4"><span class="style8">USERNAME </span></span></td> <td width="414" align="center" bgcolor="#333333"><span class="style3 notactive style4"><span class="style8">STATUS </span></span></td> </tr> <? $sql="select * from tb_refill order by r_id desc limit 0,10 "; $sqlquery=mysql_db_query($dbname,$sql); while($result= mysql_fetch_array($sqlquery)){ if($result["status"]=="active") {$css = "active";} elseif ($result["status"]=="newrefill") {$css = "newrefill";} elseif ($result["status"]=="newaccount") {$css = "newaccount";} elseif ($result["status"]=="active(chk)") {$css = "active";} elseif ($result["status"]=="notactive") {$css = "notactive";} elseif ($result["status"]=="checking") {$css = "checking";} else {$css = "";} ?> <tr align="center" class="<?=$css?>"> <td height="20" class="normal"><span class="style4"><?=$result['r_user']?> </span></td> <td><span class="style4"> <?=$result['r_status']?> </span></td> </tr> <? } ?> </table>
if ($result["status"]=="active"){ echo "<font color=green size=2>$result['status']</font>"; } else if($result["status"]=="newrefill"){ echo "<font color=red size=2>$result['status']</font>"; } //ต่อไปเรื่อยๆ ครับ แบบง่ายๆอะครับ
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง