|
|
|
ส่งค่า radio button ไม่เข้า database ช่วยดูให้หน่อยนะคะ |
|
|
|
|
|
|
|
ตรงส่วนที่เป็น radiobutton
<input type="radio" name="chk[]" value="<?=$result[id_room]?>" title="<?=$result[id_room]?>">
save.php
include('connect.php');
$date_b = date("Y-m-d");
$date = $date_in;
$Now = strtotime($date);
$Then = strtotime("+$night day",$Now);
$date_out = date("Y-m-d",$Then);
$sql = "insert into booking (id_booking,date,name,id_room,person,check_in,check_out,price,status)
values ('','$date_b','$name','$chk','$person','$date_in','$date_out' ,'','$status')";$dbquery = mysql_db_query($dbname,$sql);
ช่วยดูให้หน่อยนะคะ ค่าที่saveเป็น0หมดเลย
Tag : - - - -
|
|
|
|
|
|
Date :
2010-05-01 01:05:51 |
By :
epuizaa |
View :
1653 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
include('connect.php');
$date_b = date("Y-m-d");
$date = $date_in;
$Now = strtotime($date);
$Then = strtotime("+$night day",$Now);
$date_out = date("Y-m-d",$Then);
$sql = "insert into booking (id_booking,date,name,id_room,person,check_in,check_out,price,status)
values ('','$date_b','$name','$chk','$person','$date_in','$date_out' ,'','$status')";
$dbquery = mysql_db_query($dbname,$sql) or die(mysql_error()); //จะได้รู้ว่ามันไม่ได้เพราะอะไร เดาว่าเพราะใช้ฟิลด์ชื่อ date มันเป็น reserved words ถ้าจะใช้จริงๆ ต้องใส่ ` รอบครับ ไม่ใช่ ' นะดูดีๆ
|
|
|
|
|
Date :
2010-05-01 01:11:07 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทษทีค่ะ บอกผิดไปนิดนึง ค่าที่save เป็น 0 คือค่าที่ส่งมาจาก radio button( id_room)
ส่วนฟิลด์ date ไม่มีปัญหาค่ะเพราะตอนแรกใช้อยู่พึ่งมาเพิ่มradio buttonทีหลังนี้เอง
|
|
|
|
|
Date :
2010-05-01 01:44:39 |
By :
epuizaa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|