PHP Classes

File: out.txt

Recommend this page to a friend!
  Classes of Bimal Poudel   MySQL access class   out.txt   Download  
File: out.txt
Role: Auxiliary data
Content type: text/plain
Description: sample iteration in the database result set
Class: MySQL access class
MySQL database access wrapper
Author: By
Last change:
Date: 15 years ago
Size: 216 bytes
 

Contents

Class file image 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.