Ti ho anche linkato il manualeOriginariamente inviato da novi
scusa la domanda: ma cosa fa di preciso mysql_data_seek.
codice:mysql_data_seek() moves the internal row pointer of the MySQL result associated with the specified result identifier to point to the specified row number. The next call to a MySQL fetch function, such as mysql_fetch_assoc(), would return that row.