<? session_start(); include("function.php"); $sess_aname=$_SESSION["aname"]; // ตรวจสอบ section ว่ามีค่ามาด้วยหรือไม่ if($sess_aname==''){ header( "Location: index.php?txt=l"); } //echo $sess_id; ?> <!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_admin.css" rel="stylesheet" type="text/css" /> <script type="text/JavaScript"> <!-- function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } //--> </script> </head> <body> <?php include("header.html"); ?><br /> <?php include("menu.php"); ?><br /><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <table width="500" border="0" align="center" cellpadding="4" cellspacing="1" class="txt_detail_big"> <form action="conupdate.php" method="post" name="form_update"> <tr> <td colspan="2" align="center">แสดงข้อความของผู้ติดต่อ</td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> <? include ("../config.php"); //แสดงรายการ ที่มาติดต่อ //$id = $_GET[id_n]; $sql="SELECT * FROM `contact` where c_id=$cid"; //echo sql; $db->query($sql); $row=$db->num_row(); while($o=mysql_fetch_object($db->result)){ ?> <tr> <td width="80" height="16" align="right">ลำดับที่ :</td> <td width="420" align="left"><? echo $o->c_id; ?></td> </tr> <tr> <td align="right">ชื่อ :</td> <td align="left"><? echo $o->c_name; ?></td> </tr> <tr> <td align="right"><p>email :</p> </td> <td align="left"><? echo $o->c_email; ?></td> </tr> <tr> <td align="right">tel :</td> <td align="left"><? echo $o->c_tel; ?></td> </tr> <tr> <td align="right">หัวข้อ :</td> <td align="left"><? echo $o->c_subject; ?></a></td> </tr> <tr> <td align="right">ข้อความ :</td> <td align="left"><? echo $o->c_message; ?></td> </tr> <tr> <td align="right">ip :</td> <td align="left"><? echo $o->c_ip; ?></td> </tr> <tr> <td align="right">datetime :</td> <td align="left"><? echo $o->c_datetime; ?></td> </tr> <tr bgcolor="#FFFFFF" class="text11"> <td height="25"><div align="right">Status : </div></td> <td height="30"><span class="textBody"> <select name="consts" id="consts"> <option value="เลือกสถานะ"><- เลือกสถานะ -></option> <option value="ยังไม่อ่าน"<? if($consts=="ยังไม่อ่าน"){?>selected<? }?>>ยังไม่ได้อ่าน </option> <option value="อ่านแล้ว"<? if($consts=="อ่านแล้ว"){?>selected<? }?>>อ่านแล้ว </option> <option value="ตอบแล้ว"<? if($consts=="ตอบแล้ว"){?>selected<? }?>>ตอบแล้ว </option> <option value="ไม่ตอบ"<? if($consts=="ไม่ตอบ"){?>selected<? }?>>ไม่ตอบ </option> </select> <input name="id_n" type="hidden" id="consts" value='<?=$_REQUEST['cid'];?>'> </span></td> </tr> <tr bgcolor="#FFFFFF" class="text11"> <td height="25"></td> <td height="30"><input name="Submit4" type="submit" value="แก้ไขสถานะ" /> <input name="Submit23" type="submit" onclick="MM_goToURL('parent','contact_system.php');return document.MM_returnValue" value="ยกเลิกการแก้ไขสถานะ" /></td> </tr> <? }//while ?> </form> </table> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <?php include("footer.html"); ?> </body> </html>
<? session_start(); include("function.php"); include ("../config.php"); $consts = $_POST['consts']; $cid = $_REQUEST['id_n']; $sql = "update contact set consts='$consts' where c_id='$id_n'"; $result = mysql_db_query($dbname, $sql); header("Location: contact_show.php?cid=$id_n"); //header ("Location: contact_system.php"); //$sess_aname=$_SESSION["aname"]; //echo "<pre>" . print_r($_REQUEST[''],true) . "</pre>"; //echo mysql_error(); //$id = $_POST['id_n']; //$cid = $_POST['c_id']; /*include("connect_data.inc"); $q_date = date("Y-m-d H:i"); $q_ip = $_SERVER["REMOTE_ADDR"]; $getDateRegis= date('U');*/ //echo $sql="SELECT * FROM `contact` where c_id = $cid"; ?>
Quote:$cid = $_REQUEST['id_n']; $sql = "update contact set consts='$consts' where c_id='$id_n'";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง