AJAX: Sortable Elements
Sean Dempsey (contact me)
This class can be used to display MySQL database table records in an HTML table that can be sorted by dragging rows.
It generates HTML and Javascript to display the records of a MySQL table in HTML table rows that can be dragged to sort the table elements.
The class sends AJAX requests to send changes of the table elements to the server so the changes can be stored in the MySQL table without having to reload the page.
Click here for detailed information about this class on phpclasses.org