function update2($table_update,$num2,$species_id,$project_id){ $i=1; $count=0; while($i<=count($num2)){ $sql_check="select * from $table_update where species_id='$species_id' and project_id='$project_id'"; $query_check=mysql_query($sql_check); if(!$query_check){ echo "error check"; exit(); } $data_check=mysql_fetch_array($query_check); $gove_quantity=$data_check['gove_quantity']; if(empty($gove_quantity)){ $gove_quantity=0; } //$num2[$count] = (integer)$num2[$count]; $gove_quantity=$gove_quantity+$num2[$count]; $sql="update $table_update set gove_quantity='$gove_quantity' where species_id='$species_id[$count]' and project_id='$project_id'"; $query=mysql_query($sql); if(!$query){่ echo "no query"; exit(); } $i++; $count++; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง