<? if (count($sess_id) == 0) { echo "ยังไม่มีสินค้าอยู่ในตะกร้า<br>" ; } else { ?> <form action="basket_cal.php" method="post"> <table width="545" border="1"> <tr> <th bgcolor="#CCCCCC">ลบ</th> <th bgcolor="#CCCCCC">ชื้อสินค้า</th> <th bgcolor="#CCCCCC">จำนวนชิ้น</th> <th bgcolor="#CCCCCC">ราคา</th> <th bgcolor="#CCCCCC">รวม</th> </tr> <? for ($i = 0; $i<count($sess_id); $i++) { $total_unit = $sess_num[$i] * $sess_price[$i] ; $total = $total + $total_unit; echo " <tr> <td align=center><input type=checkbox name=id_del[] value=$sess_id[$i]></td> <td>$sess_name[$i]</td> <td align=center><input type=text name=id_add[] value=$sess_num[$i] size=4></td> <td align=center>$sess_price[$i]</td> <td align=center>$total_unit</td> </tr> "; } ?> </table> <p></p> <p> <a href="product_all.php">+ สั่งสินค้าเพิ่มเติม</a></p> <p align="right"> <? echo " <span style=\"color: #FF0000;\">จำนวนเงินทั้งหมด : $total บาท</span>" ; ?> <br><br> <input type="submit" name="calculate" value="คำนวณใหม่"> <input type="submit" name="complete" value="สั่งซื้อสินค้า"> </p> </form> <? } ?>
<? session_start(); ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <? if (!$_SESSION['username']){ ?> <script language="javascript"> alert('กรุณาสมัครสมาชิกก่อนซื้อสินค้า'); window.location="register.php"; </script> <?php } if (count($id_del) == 0){ $id_del = array(); } for ($i=0; $i<count($sess_id); $i++){ if(!in_array($sess_id[$i],$id_del)){ $temp_id[] = $sess_id[$i]; $temp_name[] = $sess_name[$i]; $temp_price[] = $sess_price[$i]; $temp_num[] = $id_add[$i]; } } $sess_id = $temp_id; $sess_name = $temp_name; $sess_price = $temp_price; $sess_num = $temp_num; if($calculate) { ?> <script language="javascript"> window.location="basket.php"; </script> <?php } else if ($complete){ ?> <script language="javascript"> window.location="product_order.php"; </script> <?php } ?>
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <form name="frmMain" action="" method="post"> <script language="JavaScript"> function chkNumber(ele) { var vchar = String.fromCharCode(event.keyCode); if ((vchar<'0' || vchar>'9') && (vchar != '.')) return false; ele.onKeyPress=vchar; } </script> Input Number <input type="text" name="txtNumber" value="" OnKeyPress="return chkNumber(this)"> <input type="submit" name="btnSubmit" value="Submit"> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง