Thanks for the hard work neo, i been testing the new one and im getting some errors
This first error is when the recordset is empty
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 14 (or the query data is unbuffered) in C:\xampp\htdocs\domain\adm\reorderDA2.class.php on line 115 
And also on any if emtpy or not it goes after i order a list or save it or display a change on how many rows
Notice: Undefined index: showRows in C:\xampp\htdocs\domain\adm\reorderDA2.class.php on line 123 
i know the second error goes when on a live server right now the page is been called
products_results.php
Its been called
<?php require_once('reorderDA2.class.php'); ?>


