
02-05-2002, 02:06 PM
|
|
|
Join Date: Nov 2001
Posts: 557
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Jawelin
Sorry for bumping, but didn't found a better place... 
Well, just for hacking purposes, I would need to 'surf' the above $results set.
How could I - for example - reset the fetch pointer without resending the query ?
Is that set just like a stack or each fetch_xxx() I'll loose at all the previous record ?
Thanks.
|
Found mysql_data_seek($results, 0);.
Is it the best way ?
Clean ?
Thanks
|