PDA

View Full Version : mysql_data_seek()


cinq
04-06-2005, 07:51 AM
Quick question, is this function in the DB_site class ?

edit: nvm found it :

$DB_site->data_seek();


https://vborg.vbsupport.ru/showthread.php?t=75207&highlight=mysql_data_seek%28%29

So if i want to go back to the first resultset, I just use :


$DB_site->data_seek(0);


?