I am trying to pull content from a database into a table format. At first it was repeating the same results in both columns, so I changed the code a little. Now it seems to only work when there are an even number of results because if it finds a third one, it also wants to put something in the 4th spot.
ERROR IS:
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 3 is invalid for MySQL result index 3 (or the query data is unbuffered) in \HOSTING\DFS\20\6\9\9\2002195996\user\sites\winegard.com\www\videos\misc.inc.php on line 32
Cannot seek to row 3:
LINE 32 IS:
if (!mysql_data_seek($result, ++$i))