Tag Archives: reset mysql recordset

mysql_data_seek to reset mysql recordset in php

Share I’ve been into this situation where I need to reset the recordset for mysql and one way to do this is by using mysql_data_seek(). Sample below from mysql site: Description bool mysql_data_seek ( resource result, int row_number ) mysql_data_seek() … Continue reading

Posted in mysql, php | Tagged , | Leave a comment