<? session_start(); $addpro=$_GET[addpro]; $_session['sess_image'] = $sess_image; $_session['sess_pid'] = $sess_pid; $_session['sess_Product_name'] = $sess_Product_name; $_session['sess_Price'] = $sess_Price; $_session['sess_amt'] = $sess_amt; if(count($sess_pid)=="0"){ $check=1;} else if(!in_array($addpro,$sess_pid)){ //ถ้า!! ไม่มีสินค้าในอาเรย์ $check=1;} if($check==1){ include "connect.php"; $sqlcomm="select * from products where Product_id='$addpro'"; $result=mysql_db_query($mydb,$sqlcomm); mysql_query("SET NAMES utf-8"); mysql_fetch_array() $rs=mysql_fetch_array($result); $sess_image[]=$rs[image]; $sess_pid[]=$rs[Product_id]; $sess_Product_name[]=$rs[Product_name]; $sess_Price[]=$rs[Price]; $sess_amt[]=1; mysql_close; } ?> <meta http-equiv='refresh' content='0;url=form_prosale1.php'>
<? session_start(); for($i=0;$i<count($sess_pid);$i++) { $temp_proid[]=$sess_pid[$i]; $temp_proname[]=$sess_Product_name[$i]; $temp_price[]=$sess_Price[$i]; $temp_amt[]=$amt[$i]; } $sess_pid=$temp_proid; $sess_Product_name=$temp_proname; $sess_Price=$temp_price; $sess_amt=$temp_amt; if($calcart) { echo "<meta http-equiv='refresh' content='0;url=form_prosale1.php'>"; } if($complete) { echo"<meta http-equiv='refresh' content='0;url=bill_prosale.php'>"; } ?>
RewriteEngine on php_flag session.bug_compat_warn off php_flag session.bug_compat_42 off php_flag register_globals on php_value short_open_tag on
<?session_start();?> <? include "main_head.php"; ?> <br> <TABLE border="0" align="center" width="1000"> <TR valign="top"> <TD bgcolor="#FFFFFF" ><BR><center><H2>คำนวณราคาสินค้า<?echo"<font color=''>"?></H2><hr width="750"><center>   ทำการเลือกสินค้าเป็นที่เรียบร้อยแล้ว กรุณาตรวจสอบสินค้า จำนวนสินค้า ราคาสินค้า และราคารวมให้ถูกต้อง!</a> <BR><BR> <form method='GET' action='cal_prosale1.php'> <table border='1' align='center'> <tr> <td width='50' align='center'>รูป</td> <td width='70' align='center'>รหัสสินค้า</td> <td width='50' align='center'>ชื่อสินค้า</td> <td width='80' align='center'>ราคา/หน่วย</td> <td width='50' align='center'>จำนวน</td> <td width='80' align='center'>ราคารวม</td> </tr> <? for($i=0;$i<count($sess_pid);$i++){ $total=$sess_Price[$i]*$sess_amt[$i]; $net_total=$net_total+$total; echo "<tr>"; echo "<td><img src='http://localhost/webproject/stocker/product_image/$sess_image[$i]' width='50' height='50'></td>"; echo "<td align='right'>$sess_pid[$i]</td>"; echo "<td align='center'>$sess_Product_name[$i]</td>"; echo "<td align='right'>$sess_Price[$i].00 ฿</td>"; echo "<td align='center'><input type='text' name='amt[]' value='$sess_amt[$i]' size='1'></td>"; echo "<td align='right'>$total.00 บาท</td></tr>"; } echo "<tr><td colspan='7' align='right'>"; echo "รวมราคา $net_total.00 บาท<br></a>"; echo "</td></tr></table>";?> <BR> <center><a href='Product_sale1.php'>กลับไปเลือกสินค้า</a> <input type='submit' name='calcart' value='คำนวณ'> <input type='submit' name='complete' value='สั่งซื้อ'> </form></center> </TD> </TR> </TABLE>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง