<? @session_start(); @ob_start;?> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>.::รายละเอียดข้อมูลสินค้า::.</title> <style type="text/css"> <!-- .style1 {font-weight: bold} .style3 {font-weight: bold} .style5 { color: #000000; font-weight: bold; } --> </style> </head> <body> <table width="846" height="420" border="1" align="center" cellpadding="0" cellspacing="1"> <tr> <td width="844" valign="top"> <div align="center"> <? include"../connect.php"; $id=$_GET["id_pro"] ; $id=$_GET["id_ques"]; $strSQL =("SELECT * FROM product WHERE id_pro='$id'"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); if(mysql_num_rows($objQuery)){ while($row_select=mysql_fetch_array($objQuery)){ ?> <table width="283" height="23" border="0" cellpadding="0" cellspacing="0"> <tr> <td><div align="center"> <form name="form2" method="post" action=""> <span class="style5"> <input type="image" name="imageField3" id="imageField3" src="../image/Detail.gif"> ข้อมูลรถมอเตอร์ไซค์ </span> <span class="style5"> <input type="image" name="imageField4" id="imageField4" src="../image/Detail.gif"> </span> </form> </div></td> </tr> </table> </div> <form id="form1" name="form1" method="post" action="ac.php"> <table width="839" height="138" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="../product/uploaded/<?php echo $row_select["image1_pro"];?>" width="163" height="163" border="0"></td> <td valign="top"><img src="../product/uploaded/<?php echo $row_select["image2_pro"];?>" width="163" height="163" border="0"></td> <td valign="top"><img src="../product/uploaded/<?php echo $row_select["image3_pro"];?>" width="163" height="163" border="0"></td> <td valign="top"><img src="../product/uploaded/<?php echo $row_select["image4_pro"];?>" width="163" height="163" border="0"></td> <td valign="top"><img src="../product/uploaded/<?php echo $row_select["image5_pro"];?>" width="163" height="163" border="0"></td> </tr> </table> <table width="491" height="223" border="0" align="center" cellpadding="0" cellspacing="0"><font color="#000000"> <tr> <td> <font color="#000000"><p align="center"><strong>รายละเอียดข้อมูลรถมอเตอร์ไซค์</strong></p> <table width="105%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><font color="#000000"><strong>เลขที่การฝากขายสินค้า :</strong></td> <td><font color="#000000"><?php echo $row_select['id_pro'] ; ?></td> </tr> <tr> <td width="47%"><font color="#000000"><strong>ยี่ห้อรถมอเตอร์ไซค์ :</strong></td> <td width="53%"><font color="#000000"><?php echo $row_select['brand_pro'] ; ?></td> </tr> <tr> <td><font color="#000000"><strong>รุ่นของรถ : </strong></td> <td><font color="#000000"><?php echo $row_select['generate_pro'] ; ?></td> </tr> <tr> <td><font color="#000000"><strong>ปีที่จดทะเบียน :</strong></td> <td><font color="#000000"><?php echo $row_select['registyear_pro'] ; ?></td> </tr> <tr> <td><font color="#000000"><strong>สีรถ :</strong></td> <td><font color="#000000"><?php echo $row_select['color_pro'] ; ?></td> </tr> <tr> <td><font color="#000000"><strong>ราคาที่ต้องการขาย :</strong></td> <td><font color="#000000"><?php echo $row_select['price_pro'] ; ?></td> </tr> <tr> <td><font color="#000000"><strong>วันที่ฝากขาย :</strong></td> <td><font color="#000000"><?php echo $row_select['date_pro'] ; ?></td> </tr> <tr> <td><font color="#000000"><strong>สถานะการยืนยันการฝากขาย :</strong></td> <td><font color="#000000"><?php echo $row_select['status_pro'];?></td> </tr> </table></td> </tr> </table> <? } } ?> <center> <input type="radio" name="status_pro" value="1"> ยืนยัน <input type="radio" name="status_pro" value="0" checked > ไม่ยืนยัน </p> <br> <input type="submit" value="ยืนยันการฝากขายสินค้า" /> </form> </td> </tr> </table> </body> </html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <? include"../connect.php"; $strSQL = "SELECT * FROM product WHERE id_pro = '".trim($_GET['id_pro'])."' AND status_pro = '".trim($_GET['status_pro'])."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); if(!$objResult) { echo "Activate Invalid !"; } else { $strSQL = "UPDATE product SET Active = '1' WHERE id_pro = '".trim($_GET['id_pro'])."' AND status_pro = '".trim($_GET['status_pro'])."' "; $objQuery = mysql_query($strSQL); echo "ยืนยันสำเร็จ !"; } mysql_close(); ?> </body> </html>
echo $strSQL; mysql_query($strSQL) or die(mysql_error());
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง