|
|
|
จะทำการ insert แบบมีเงื่อนไขลงในฐานข้อมูล ไม่ทราบว่าจะ insert อย่างไรดีครับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
$weight = $_REQUEST['weight'];
$unit_weight = $_REQUEST['unit_weight'];
$sd3 = $_REQUEST['sd3'];
if($sd3){
$sql = "INSERT INTO table_name (column1) VALUES ('$unit_weigh'; ";
}else{
$sql = "INSERT INTO table_name (column1,column2) VALUES ('$unit_weigh'); ";
}
$is_save = mysql_query($sql);
if($is_save){
echo "<script>window.location='my_file.php'</script>";
}else{
echo "ติดอะไรบางอย่าง";
}
?>
|
ประวัติการแก้ไข 2013-08-08 11:06:58 2013-08-08 11:07:01
|
|
|
|
Date :
2013-08-08 11:06:06 |
By :
Joe_Dev |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ ถ้าได้หรือไม่ได้ยังไง จะมารายงานครับผม
|
|
|
|
|
Date :
2013-08-08 11:06:56 |
By :
peap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|