I need to program a PHP-based module that allows for the reordering of database records using a drag n' drop interface. Here's an example of what I mean (this one is done using ASP):
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/ReorderList/ReorderList.aspxLike the description for this one reads ... the database record should get updated with it's new priority value once the record is dragged n' dropped to it's new location.
How would I accomplish something like that using PHP/Ajax?
Thanks in advance,
- Yvan
Start Free Trial