Normally I would use mysql_num_rows on a query to see how many rows were returned. In Zen Cart when we use $string = $db->Execute($query);

How do you get the number of rows returned?

Thanks