MySQL Forums
Forum List  »  PHP

Re: Go to the next record PHP/MYSQL
Posted by: Georg Richter
Date: February 16, 2006 12:11PM

mysql_fetch_row automatically moves to the next record.
If you want to go to a specific record you should use mysql_data_seek function.

Options: ReplyQuote


Subject
Written By
Posted
Re: Go to the next record PHP/MYSQL
February 16, 2006 12:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.