jQuery Connected Sortable Lists, Save Order to MySQL

Posted by user300999 on Stack Overflow See other posts from Stack Overflow or by user300999
Published on 2010-03-24T17:09:41Z Indexed on 2010/03/24 17:13 UTC
Read the original article Hit count: 344

Hello

Hoping that using something like this demo it is possible to drag items within and between two columns, and update their order either live or with a "save" button to MySQL. Point being that you can make changes and return to the page later to view or update your ordering.

http://pilotmade.com/draggable2.html

Doing it for just one column is fine, but when I try to pass the order of both columns, the issue seems to be passing multiple serialized arrays with jQuery to a PHP/MySQL update script.

Any insight would be much appreciated.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql