$mysqli->select_db($database);
$statement = $mysqli->prepare("select * from tbl_mstuser");
$statement->execute();
$statement->store_result();
return $statement;
i get 10 rows in $statement but all rows are null,but i checked in mysql values are in without