Hi again,
after writing this mail I noticed that the function is not found in the search engine (but function itself is existing), if you first search for "mysql_num_rows" you will find a link to "mysqli_num_rows". http://php.net/manual/en/mysqli-result.num-rows.php So maybe it has only to be added to the search engine. PHP: mysqli_result::$num_rows - Manual<http://php.net/manual/en/mysqli-result.num-rows.php> php.net in php 5.3.8 had unexpected troubles when checking for mysqli_result::$num_rows If the result of the query is empty then var_dump of the result will be like this: cya, Chris ________________________________ Von: Chris - <[email protected]> Gesendet: Montag, 30. Oktober 2017 06:26 An: [email protected] Betreff: php function "mysqli_num_rows" Hello, First of all, thx for your helpful website :) At the moment I'm programming modules for the MyBB-forums. I noticed that the php function "mysqli_num_rows" is not existing at your website. Is there a reason for that? thx anyway. cya, Chris
