ballhogjoni Posted April 3, 2007 Share Posted April 3, 2007 What the heck is this? mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 8 (or the query data is unbuffered) in /home/realfina/public_html/ec/checkout/functions.php on line 457 And how do I fix it? Link to comment https://forums.phpfreaks.com/topic/45462-mysql_data_seek-functionmysql-data-seek-offset-0-is-invalid-for-mysql-resu/ Share on other sites More sharing options...
Barand Posted April 3, 2007 Share Posted April 3, 2007 Sounds like the query didn't return any matching rows therefore couldn't set the position to the first row (row 0) Link to comment https://forums.phpfreaks.com/topic/45462-mysql_data_seek-functionmysql-data-seek-offset-0-is-invalid-for-mysql-resu/#findComment-220814 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.