mysql.service: Mulai permintaan berulang terlalu cepat
// check if result is empty
if(!empty($result) AND mysqli_num_rows($result) > 0) {
// do something
}
Alex Latorre
// check if result is empty
if(!empty($result) AND mysqli_num_rows($result) > 0) {
// do something
}