<? session_start(); if($_SESSION['UserID'] == "") { header('Location: error.php?error=1'); exit(); } include('include/connect.php'); $strSQL = "SELECT * FROM member WHERE UserID = '".$_SESSION['UserID']."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); ?> <!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>Untitled Document</title> <link href="css/style.css" rel="stylesheet" type="text/css" /> <link href="css/buttonPro.css" rel="stylesheet" type="text/css" /> <link href="css/css3-menu.css" rel="stylesheet" type="text/css" /> </head> <body> <?php include ('template/headeraccount.php'); ?> <?php include ('template/nav.php'); ?> <div id="content"> <div class="top">ประวัติการทำรายการ</div> <div class="hit"> <? include('include/connect.php'); $strSQL = "SELECT * FROM history WHERE UserID = '".$_SESSION['UserID']."'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="860" border="0"> <tr> <th width="142" height="33" align="left"><strong> วัน/เวลา</strong></th> <th width="238" align="left"><strong> หมายเลขรายการชำระเงิน</strong></th> <th width="112" align="left"><strong> รายละเอียด</strong></th> <th width="114" align="left"><strong> จำนวนเงินที่ชำระ</strong></th> <th width="87" align="left"><strong> วัน VIP </strong></th> <th width="141" align="left"><strong> สถานะการทำรายการ</strong></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td height="25" align="left" bgcolor="#CCCCCC"> <?=$objResult["date"];?></td> <td align="left" bgcolor="#CCCCCC"> <?=$objResult["UserID"];?></td> <td align="left" bgcolor="#CCCCCC"> <?=$objResult["Detail"];?></td> <td align="left" bgcolor="#CCCCCC"> <?=$objResult["point"];?></td> <td align="left" bgcolor="#CCCCCC"> <?=$objResult["adddate"];?></td> <td align="left" bgcolor="#CCCCCC"><span style=" color:#06F; font-size:13px; font-weight:bold"> <?=$objResult["status"];?> </span></td> </tr> <? } ?> </table> </div> <div class="footer"></div> </span></div> <?php include('template/footer.php'); ?> <body> </body> </html>
$strSQL = "SELECT * FROM history WHERE UserID = '".$_SESSION['UserID']."'"; echo $strSQL;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง