Page 1 of 1

mysql error

Posted: Wed Apr 19, 2006 2:19 am
by deeppak
mysql_data_seek(): Offset 82 is invalid for MySQL result index 11 (or the query data is unbuffered)


i am getting this error on my page sometimes it occur sometimes not every time what is this

why it is occuring kindly let me know

Regards,
Deeppak

Posted: Wed Apr 19, 2006 2:24 am
by Chris Corbyn
Check the line number it gives you. mysql_data_seek() is for moving a pointer in a mysql result. 82 is the row you want to move it to (indexing starts at zero). Check how many rows are available with mysql_num_rows().