mysql.service: prośba o rozpoczęcie powtarzane zbyt szybko
// check if result is empty
if(!empty($result) AND mysqli_num_rows($result) > 0) {
// do something
}
Alex Latorre