I have a site using PHP and mySQL. Is there any way to save the position of images that are dragged on the screen using the "drag and drop" DHTML scripts such as http://www.dynamicdrive.com/dynamicindex4/image3.htm on the Dynamic Drive website.
I am looking for a way to save the names and positions of the dragged pictures so that they can be recalled. I would save the information in a database (I use PHP and mySQL) so that it could be recalled on future visits to the site.
I would use this to allow viewers to create retail displays from a group of pictures of products. The various products have different sizes. Viewers would arrange the products on a sizeable display space to make sure that the display would fit in their store. (This is called planogramming in the retail trade). Once they have positioned the product pictures I want them to be able to save that display arrangement for future viewing or editing.
I realize that this is not primarily a PHP question but I know from past experience that many of you are very bright "cross discipline" coders. Any ideas how to do this?
Brian Irwin