Hello,
I was wondering if there is a PHP function that will allow me to move the result set cursor that I'm using to iterate through a result set back one row so that I can re-read a particular row.
I'm using mysql_fetch_object to retrieve each of the rows and mysql_query($result) so actually execute the query. Any and all help is appreciated.
Thanks
I was wondering if there is a PHP function that will allow me to move the result set cursor that I'm using to iterate through a result set back one row so that I can re-read a particular row.
I'm using mysql_fetch_object to retrieve each of the rows and mysql_query($result) so actually execute the query. Any and all help is appreciated.
Thanks