From:             [EMAIL PROTECTED]
Operating system: All
PHP version:      4.0.4pl1
PHP Bug Type:     MySQL related
Bug description:  Feedback

Suggestions:

Add a new optional parameter in the mysql_fetch_array() function to move the internal 
pointer to the previous row in the result set. This can also be applyed to another 
fetch functions that work the same way.

The mysql_data_seek() can also work in a relative method, moving the pointer 'n' rows 
before the actual row or 'n' rows after it.

I don't know if this is possible, but I think this will be very useful.



-- 
Edit Bug report at: http://bugs.php.net/?id=10104&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to