Login   Register  
PHP Classes
elePHPant
Icontem

File: out.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-01-24 05:20
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.