Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Bimal Poudel | > | MySQL access class | > | out.txt | > | Download | ||
|
Download |
/* 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. |