$query_chk = "select count(*) as cnt from leveltest"; $result_chk = mysqli_query($dbconn, $query_chk); if ($result_chk->num_rows) { }
Что означает "->" в PHP (строка 3)?