Drag-and-drop with forms
Drag-and-drop with forms
I have a project that I'm looking to implement a drag-and-drop page
for a user setting up their menu preferences. Basically there will be
a list of menu items on the left and a container (or containers) that
users will drop their preferences into. I have the drag and drop
working, but what I'm wondering is how to take what they drop into the
drop zones and get that into a POST array so that PHP can do it's
magic and update the database. Any ideas?