I found the following example on this website.
What I want is:
- I want to be able to drag items back from the Thrash
- How can I get the total number of pictures in an album and trash to store in MySQL using PHP?
|
I found the following example on this website. What I want is:
| ||||
|
feedback
|
|
What you'll want to do is create an AJAX call. Using the $.ajax function to send data from the browser when the user performs a drag and drop to the server. With the php code, you'll need to setup handlers to accept the data coming from the javascript. | |||
|
feedback
|