标签: php mysql
$sql = "select Name, Designation, Department FROM employee where where DAY(DOB) = DAY(GETDATE()) AND MONTH(DOB) = MONTH(NEWDATE())";
我遇到错误
警告:mysqli_error()恰好需要1个参数,为什么要0。...