<? session_start(); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>ระบบร้านค้าออนไลน์</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css"> body { background-image: url(images/_notes/metal-background-60.jpg); } </style> </head> <body topmargin="0" leftmargin="0"> <table width="1000" border="0" cellpadding="10"> <tr> <td width="250"><h1>ร้านอะไหล่เร็วทันใจ</h1> <p>[<a href="index.php">หน้าแรก</a>][<a href="basket.php">ดูตะกร้าสินค้า</a>]</p></td> <td width="550"> </td> </tr> <tr> <td valign="top">ประเภทสินค้า <? include"connect.php"; include"type_menu.php"; ?> </td> <td width="550" align="center" valign="middle"> <? if(count($sess_id) == 0){ print"ยังไม่มีสินค้าอยู่ในตะกร้า"; }else if(count($sess_id) == 1){ ?> <form action="basket_cal.php" method="post"> <table width="550" border="1"> <tr> <td bgcolor="#CCCCCC">รหัสสินค้า</td> <td bgcolor="#CCCCCC">ชื่อสินค้า</td> <td bgcolor="#CCCCCC">จำนวน</td> <td bgcolor="#CCCCCC">ราคา</td> <td bgcolor="#CCCCCC">รวม</td> </tr> <? for($i=0; $i<count($sess_id); $i++){ $total_unit = $_SESSION[sess_num] * $_SESSION[sess_price]; $total = $total + $total_unit; echo" <tr> <td align=center><input type=checkbok name=id_del[] value=$_SESSION[sess_id]></td> <td>$_SESSION[sess_name]</td> <td align=center><input type=text name=id_add[] value=$_SESSION[sess_num]></td> <td align=center>$_SESSION[sess_price]</td> <td align=center>$total_unit</td> </tr>"; } ?> </table> <p align="right"> <? echo"จำนวนเงินทั้งหมด $total บาท"; ?> <br><br> <input type="submit" name="calculate" value="คำนวณใหม่่"> <input type="submit" name="complete" value="สั่งซื้อสินค้า"> </p> </form> <? } ?> </td> </tr> </table> </body> </html>
<? session_start(); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <? $id = $_GET["id"]; $_SESSION[sess_id]=''; $_SESSION[sess_name]=''; $_SESSION[sess_price]=''; $_SESSION[sess_num]=''; /*session_register("sess_id"); session_register("sess_name"); session_register("sess_price"); session_register("sess_num");*/ $id_add = array(); if(count($sess_id)==0){ $check = 1; }else if(!in_array($sess_id[$i],$id_add)) { $check = 1; include"connect.php"; $sql = "select * from product where product_id='$id'"; $ex = mysql_query($sql,$conn); $rs = @mysql_fetch_array($ex); $_SESSION['sess_id'] = $rs[product_id]; $_SESSION['sess_name'] = $rs[product_name]; $_SESSION['sess_price'] = $rs[product_price]; $_SESSION['sess_num'] = $temp_num; } echo"<meta http-equiv='refresh' content='0; url=basket.php'>"; ?> ?> <body> </body> </html> busket_cal.php <? session_start(); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <? if(count($sess_id) ==0){ $id_del = array(); } for($i=0; $i<count($sess_id); $i++){ if(!in_array($sess_id[$i],$id_del)){ $temp_id[] = $_SESSION['sess_id'][$i]; $temp_name[] = $_SESSION['sess_name'][$i]; $temp_price[] = $_SESSION['sess_price'][$i]; $temp_num[] = $id_add[$i]; } } $_SESSION['sess_id'] = $temp_id; $_SESSION['sess_name'] = $temp_name; $_SESSION['sess_price'] = $temp_price; $_SESSION['sess_num'] = $id_add[$i]; /*$sess_id = $_SESSION['sess_id']; $sess_name = $temp_name; $sess_price = $temp_price; $sess_num = $temp_num;*/ $calculate=$_POST['calculate']; if($calculate){ ?> <script type="text/javascript"> window.location="basket.php"; </script> <? }else if($complete){ ?> <script type="text/javascript"> window.location="product_order.php"; </script> <? } ?> <body> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง