Hi there, is there a way to check how many records where found in the database?
Regards
Regards
I think may be <?php echo count($rows); ?> at the body area may work!
Cheers
Max
Cheers
Max
Hi psypod,
Or
Bob
PS Could be $db-> or $database-> depending on the way the code is written.
Or
<?php echo $db->getNumRows; ?>
if there's been a database call.Bob
PS Could be $db-> or $database-> depending on the way the code is written.
This topic is locked and no more replies can be posted.