/* print_r($db); while($db->next_record()) { echo('<br>'.$db->row_data['domain']); } */ About this file: print_r($db) should give you a crash level debugging test. See on the loop to know how to use it.
info at phpclasses dot org