mysql_connect($host,$user,$password)or die ("ติดต่อฐานข้อมูลไม่ได้");
mysql_select_db($dbname) or die ("ติตต่อฐานข้อมูลไม่ได้");
$sql="select * from employee where generation='select7' and branch='select6' and
date='date' and month='select2' and year='select3' and time='select4' ";
$sqlquery = mysql_db_query( $dbname,$sql );
if($sqlquery==""){
echo "<script>alert('มีลูกค้าจองแล้ว');</script>";
}else{
echo "<script>alert('ยังไม่มีการจอง ');</script>";
}
mysql_close();
$sql="select * from employee where generation='select7' and branch='select6' and
date='date' and month='select2' and year='select3' and time='select4' ";
น่าจะมีเครื่องหมาย $ หน้าตัวแปร Code
$sql="select * from employee where generation='$select7' and branch='$select6' and date='$date' and month='$select2' and year='$select3' and time='$select4' ";