<meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <?php //session_start(); //session_destroy(); ?><html> <head> <title>Untitled Document</title> </head> <?php mysql_connect("localhost","jidapash_jida","0898962388"); mysql_select_db("jidapash_jida"); mysql_query("SET character_set_results=tis620"); mysql_query("SET character_set_client=tis620"); mysql_query("SET character_set_connection=tis620"); $strSQL = "SELECT * FROM product WHERE productno = '".$_GET["productno"]."'"; $objQuery = mysql_query($strSQL) or die(mysql_error()); ?> <style type="text/css"> .myButton { -moz-box-shadow:inset 0px 39px 0px -24px #e67a73; -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73; box-shadow:inset 0px 39px 0px -24px #e67a73; background-color:#e4685d; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:15px; padding:6px 15px; text-decoration:none; text-shadow:0px 1px 0px #b23e35; } .myButton:hover { background-color:#eb675e; } .myButton:active { position:relative; top:1px; } </style> <body> <center> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <table width="100%" border="1" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="auto"><div><img id="img" src="http://www.jidapashop.com/admin/add/myfile/<?php echo $objResult["file"];?>"></div></td> <td width="auto"><div><center><?php echo $objResult["name"];?><br><?php echo $objResult["price"];?> บาท<br><?php include("shoessize.php"); ?><br><input type="text" name="size" id="size"size="2"><br><a href="add_to_cart.php?productno=<?php echo $objResult["productno"];?>"><button class="myButton" value="add">Add to cart</button></center></div></td> </tr> </table> </center> <br> <br> <?php echo $objResult["detail"];?> <?php } ?> </body> </html>
<?php ob_start(); session_start(); if(!isset($_SESSION["intLine"])) { $_SESSION["intLine"] = 0; $_SESSION["strproductno"][0] = $_GET["productno"]; $_SESSION["strsize"][0] = $_POST["size"]; $_SESSION["strqty"][0] = 1; header("location:http://www.jidapashop.com/productdetail.php?productno=".$_GET["productno"].""); } else { $key = array_search($_GET["productno"], $_SESSION["strproductno"]); if((string)$key != "") { $_SESSION["strqty"][$key] = $_SESSION["strqty"][$key] + 1; } else { $_SESSION["intLine"] = $_SESSION["intLine"] + 1; $intNewLine = $_SESSION["intLine"]; $_SESSION["strproductno"][$intNewLine] = $_GET["productno"]; $_SESSION["strsize"][$intNewLine] = $_POST["size"]; $_SESSION["strqty"][$intNewLine] = 1; } header("location:http://www.jidapashop.com/productdetail.php?productno=".$_GET["productno"].""); } ?>
<?php session_start();?> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" />
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง