Hầu hết có thể là bạn gặp lỗi kết nối trong mysqli_connect. Thông tin đăng nhập sai hoặc MySQL bị lỗi.
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
//you need to exit the script, if there is an error
exit();
}