Save to SQL
Save to SQL
I do have a simple code (eg: https://jsfiddle.net/neuneu84/6hnpoe0s/1/ ) where I get all my data and I am able to re-order them (drag and drop).
I can see the re-order data in my console and it is all good but .... despite of looking for few hours in this forum and much more, i am not able to get how to get the data update in sql (To have for each re-order a php script with the oldPosition and the newPosition variable for all the length).
This sound a basic question, but it s look like i am not the only one looking for answer ...