gengar003
10-25-2003, 10:53 PM
Alright. I've got a DB_SITE object and DB_SITE class set up, with a working
$DB_SITE->connect(blah blah blah);
I want to add a function,
$DB_SITE->fetch_array, using mysql_fetch_array, however it doesn't seem to work for me.
Could someone help me out? (i.e. - write a quick one?)
Ironically, I've got mysql_fetch_array built into my $DB_SITE->query(); function, and it works like a charm.
I'm using $DB_SITE->query_simple() to query the database without automatically putting the data into an array thingie...
Thankyou.
$DB_SITE->connect(blah blah blah);
I want to add a function,
$DB_SITE->fetch_array, using mysql_fetch_array, however it doesn't seem to work for me.
Could someone help me out? (i.e. - write a quick one?)
Ironically, I've got mysql_fetch_array built into my $DB_SITE->query(); function, and it works like a charm.
I'm using $DB_SITE->query_simple() to query the database without automatically putting the data into an array thingie...
Thankyou.