geminiyinyang
New member
I want to create an application which will use AJAX's drag and drop functionality. The application should display a set of images which when dragged to a box in another area of the page will communicate with the server via PHP functionality. This will then display a message such as 'You have added the dog image as your pet' to the user.
The application should also allow the user to remove images from the box using the same mechanism. Once a user drags and drops an image outside the box, the server should be aware of the updates and should display a message such as "<pet> is no longer your pet" to the user.
If anybody has the skills to do this, it would be very much appreciated.
The application should also allow the user to remove images from the box using the same mechanism. Once a user drags and drops an image outside the box, the server should be aware of the updates and should display a message such as "<pet> is no longer your pet" to the user.
If anybody has the skills to do this, it would be very much appreciated.