$sql = "SELECT book_id FROM booking where status='1' or status='2' and check_in <= $checkout and check_out >= $checkin order by book_id asc";
$result=mysql_db_query($newDB,$sql);
$row1=mysql_fetch_array($result);
$book_id=$row1['book_id'];//ไม่ทราบว่าเขียนถูกหรือป่าวครับคำสั่งข้างต้นนี้