Hi:
Just can't find the equivalent to this:
// co back to top of result and start again
mysql_data_seek($result, 0);
in PEAR... to re-set the result pointer to the top and start processing over... I suppose I could hit the database with the query again, but I was hoping to save on I/O.
Thoughts, comments, help is all appreciated.
Peter
Just can't find the equivalent to this:
// co back to top of result and start again
mysql_data_seek($result, 0);
in PEAR... to re-set the result pointer to the top and start processing over... I suppose I could hit the database with the query again, but I was hoping to save on I/O.
Thoughts, comments, help is all appreciated.
Peter