<?php include "../include/head.php";?> <form id="form2" name="form2" method="post" action="order.php" enctype="multipart/form-data"> <table width="291" border="0" align="left"> <tr> <td width="281" align="left" valign="top" scope="col"><?php include "../include/memuleft.php";?></td> </tr> </table> <?php include "../connect/conn.php";?> <?php $sql_show = "SELECT * FROM `productscake` "; $result_show = mysql_query($sql_show) or die(mysql_error()); echo ' <table width=10" align="left" style="border: 0 margin-left:200px"><font size="7" face="Times New Roman" ></font></td>'; $i=0; while($row_show = mysql_fetch_array($result_show)) { $i++; echo "<td>"; ?><center><table width="197" border="0"> <tr> <td width="191"><p><img src="../images/<?=$row_show["pic_products"];?> "width="100" height="100" /></p> <p> <?=$row_show['name_products']?> </p> <p> <?=$row_show['price_products']?> บาท </p> <p><a href="order.php?id_products=<?=$objResult["id_products"];?>">Order</a></p></td> </tr> </table> </p> <p> </p> </center> <?php echo"</td>"; if(($i)%4==0) { echo"</tr>"; }else { echo "<td>"; } } echo"</tr></table>"; ?> <? mysql_close($Conn); ?> </form>
<?php ob_start(); session_start(); if(!isset($_SESSION["intLine"])) { $_SESSION["intLine"] = 0; $_SESSION["strid_products"][0] = $_GET["id_products"]; $_SESSION["strQty"][0] = 1; header("location:show.php"); } else { $key = array_search($_GET["id_products"], $_SESSION["strid_products"]); if((string)$key != "") { $_SESSION["strQty"][$key] = $_SESSION["strQty"][$key] + 1; } else { $_SESSION["intLine"] = $_SESSION["intLine"] + 1; $intNewLine = $_SESSION["intLine"]; $_SESSION["strid_products"][$intNewLine] = $_GET["id_products"]; $_SESSION["strQty"][$intNewLine] = 1; } header("location:show.php"); } ?> หน้า showหลังจากกดคลิก order <?php session_start(); ?> <?php include "../include/head.php"; include "../connect/conn.php"; ?> <table width="400" border="1"> <tr> <td width="101">ProductID</td> <td width="82">ProductName</td> <td width="82">Price</td> <td width="79">Qty</td> <td width="79">Total</td> <td width="10">Del</td> </tr> <?php $Total = 0; $SumTotal = 0; for($i=0;$i<=(int)$_SESSION["intLine"];$i++) { if($_SESSION["strid_products"][$i] != "") { $strSQL = "SELECT * FROM productscake WHERE id_products = '".$_SESSION["strid_products"][$i]."' "; $objQuery = mysql_query($strSQL) or die(mysql_error()); $objResult = mysql_fetch_array($objQuery); $Total = $_SESSION["strQty"][$i] * $objResult["price_products"]; $SumTotal = $SumTotal + $Total; ?> <tr> <td><?=$_SESSION["strid_products"][$i];?></td> <td><?=$objResult["name_products"];?></td> <td><?=$objResult["price_products"];?></td> <td><?=$_SESSION["strQty"][$i];?></td> <td><?=number_format($Total,2);?></td> <td><a href="delete.php?Line=<?=$i;?>">x</a></td> </tr> <?php } } ?> </table> Sum Total <?=number_format($SumTotal,2);?> <br><br><a href="product.php">Go to Product</a> <?php if($SumTotal > 0) { ?> | <a href="checkout.php">CheckOut</a> <?php } ?> <?php mysql_close(); ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง