<? session_start(); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <? 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){ //header("location:basket.php"); ?> <script type="text/javascript"> window.location="basket.php"; </script> <? }else if($complete){ //header("location:product_order.php"); ?> <script type="text/javascript"> window.location="product_order.php"; </script> <? } ?> <body> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง