[jQuery] [PHP] Image manipulation
- by robertdd
hello,
I want to do some kind of image editor, after I upload more images i want to make a list with all the thumbnails!
after i want to be able to click on one thumb and rotate, duplicate, drag and drop (to change positions of the images), delete the image! all the images i want to be in a php array, if a image is deleted i want to delete the row from array to, if a image is drag and droped i want to change the position in the array to!
ok after the user upload all the images and modify some of it how i can make a DONE button to save the positions of the images?
for this small project how u suggest me to save the images? (to make a table in mysql and store the names of the images in the database depending on the session id? depending on the IP?
any suggestions are welcome!
thanks!