<?php include("connect.php"); if(isset($_POST["submit"])) $price = $_POST['price']; $month= $_POST['month']; $sql = "INSERT INTO condo( price , month ) VALUES ('$price', '$month'); "; // สั่งให้บันทึกข้อมูลทันที $dbQuery = mysql_query($sql); // ตรวจสอบว่าการทำงานสมบูรณ์หรือไม่ if($dbQuery) { echo "Successfully Inserted"; } else { echo "Insertion Failed"; } ?>
<?PHP if($_POST){ for($i = 0;$i<=5;$i++){ if(!empty($_POST['price'][$i]) && !empty($_POST['month'][$i])){ #คำสั่ง INSERT...... } } } ?> <form id="form1" name="form1" method="post" action=""> <label for="price">Price</label> <input name="price[]" type="text" id="price" value="" size="45" /> บาท ต่อ <label for="mounth"></label> <input type="text" name="month[]" id="month" /> เดือน<br /> <br /> <label for="price">Price</label> <input name="price[]" type="text" id="price" value="" size="45" /> บาท ต่อ <label for="mounth"></label> <input type="text" name="month[]" id="month" /> เดือน<br /> <br /> <label for="price">Price</label> <input name="price[]" type="text" id="price" value="" size="45" /> บาท ต่อ <label for="mounth"></label> <input type="text" name="month[]" id="month" /> เดือน<br /> <br /> <label for="price">Price</label> <input name="price[]" type="text" id="price" value="" size="45" /> บาท ต่อ <label for="mounth"></label> <input type="text" name="month[]" id="month" /> เดือน<br /> <br /> <label for="price">Price</label> <input name="price[]" type="text" id="price" value="" size="45" /> บาท ต่อ <label for="mounth"></label> <input type="text" name="month[]" id="month" /> เดือน<br /> <br /> <label for="price">Price</label> <input name="price[]" type="text" id="price" value="" size="45" /> บาท ต่อ <label for="mounth"></label> <input type="text" name="month[]" id="month" /> เดือน<br /> <br /> <input type="submit" name="button" id="button" value="Submit" /> <br /> </form>
count($_POST['price'])
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง