Subject Get num rows from firebird query with php
Author supertokkie
How can I get the number of rows from a firebird query with php?
There is no standard function in php.

Is the only possibility to use another query and ask the number of
records?