Save sortable li list order to database?
I have a li sortable list that gets its values from a database. I can rearange the list items as I should, good.
But now I wonder what would be the best way to save the new order of the list (after I have rearange it) to the database?
Im not sure how to do it, any suggestion appeciated, thanks.