<? include('config.inc.php'); if(sizeof($cart)>0) { ?> <form action="update_cart.php" method="post"> <table width="80%" border="1" align="center" cellpadding="5" cellspacing="1"> <tr> <th width="40">ลบ</th> <th width="80">ลำดับที่</th> <th>ชื่อสินค้า</th> <th width="80">จำนวน</th> <th width="80">ราคารวม</th> </tr> <? $i = 0; $sum = 0; foreach($cart as $id => $item){ ?> <tr align="center"> <td align="center"><input type="checkbox" name="remove[]" value="<?=$id?>" /> </td> <td align="center"><?=$i+1?></td> <td><?=$item["name"]?></td> <td align="right"><?=number_format($item["price"])?></td> <td align="center"> <input type="text" name="amount[<?=$id?>]" size="2" value="<?=$item["amount"]?>" style="text-align: right" /> </td> <td align="right"><?=number_format($item["price"]*$item["amount"])?></td> </tr> <? $sum+=$item["price"]*$item["amount"]; $i++; ?> <tr> <td colspan="5" align="right">ราคารวมทั้งหมด</td> <td align="right"><?=number_format($sum)?></td> </tr> <tr> <td align="center" colspan="6"> <input type="button" value="กลับ" onclick="window.location='show_product.php'" /> <input type="submit" value="แก้ไขตะกร้าสินค้า" /> <input type="button" value="ดำเนินการสั่งซื้อ" onclick="window.location='shipping_form.php';" /> </td> </tr> </table> </form> <? } else { ?> <div align="center"> <b>ไม่มีสินค้าในตะกร้า</b><br /> <a href="show_product.php">กลับ</a> </div> <? } ?>
<?}else{?>//เติมเครื่องหมาย } ไปอีกหนึ่งตัวก่อน else ดังตัวอย่าง <?}}else{?>//เนื่องจากคุณปิดแท็กไม่ครบ
if( A ){ statement ; for ( B ) { statement ; statement ; } // end for B }else{ // else no A statement ; } // end else no A
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง