<? session_start(); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>ระบบร้านค้าออนไลน์</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </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>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง