up vote 1 down vote favorite
1
share [g+] share [fb]

I found the following example on this website.

What I want is:

  1. I want to be able to drag items back from the Thrash
  2. How can I get the total number of pictures in an album and trash to store in MySQL using PHP?
link|improve this question

78% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.