|
|
|
ช่วยดูโค้ดให้หน่อยครับ เวลามันไม่มีข้อมูลแล้วมัน เออเร่อ อะครับ |
|
|
|
|
|
|
|
วานผู้รู้ช่วยทีครับผมแก้ไม่ได้แล้วจริงๆ
Code
ที่มันเออเร่อ
Warning: Invalid argument supplied for foreach() in C:\AppServ\www\nandd\building_a.php on line 25
Code (PHP)
<?
$sql6="select * from tb_detailbookinga where id_rooma='$id_rooma'";
$result6=mysql_query($sql6);
while ($read_data6=mysql_fetch_array($result6)){
$check_ina=$read_data6[check_ina];
$check_outa=$read_data6[check_outa];
$arr[] = $check_ina;
$arr[] = $check_outa;
}
foreach ($arr as $value)
{
$format[] = date("j-n-Y",strtotime($value));
}
?>
<script>
var unavailableDates = <? echo json_encode($format); ?>;
function unavailable(date) {
dmy = date.getDate() + "-" + (date.getMonth()+1) + "-" + date.getFullYear();
if ($.inArray(dmy, unavailableDates) <0) {
return [true,"","สามารถจองได้"];
} else {
return [false,"","ไม่สามารถจองได้"];
}
}
$(document).ready(function(){
$('#datepicker').datepicker({ beforeShowDay: unavailable,
dateFormat: "yy-mm-dd",
minDate:0 });
$('#datepicker1').datepicker({ beforeShowDay: unavailable,
dateFormat: "yy-mm-dd" });
});
</script>
Tag : PHP, JAVA
|
|
|
|
|
|
Date :
2013-02-26 11:15:54 |
By :
narongsad |
View :
648 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ if ได้หรือเปล่าครับ
Code (PHP)
if(is_array($arr))
{
//
}
|
|
|
|
|
Date :
2013-02-26 12:38:00 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ตรง else น่ะครับ
|
|
|
|
|
Date :
2013-02-27 06:40:38 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|