I'm working on a project where I need to develop a system where people can create their own design by choosing from a given list of symbols and images and choose background. I have completed all the parts regarding the dragging and dropping etc. But I'm stucked with previewing the final result in a single image. What I'm currently assuming that I need to get the positions of the elements in my drag-and-drop container (or my canvas) and pass it to a php script (I can work with PHP) and then create a new image using PHP's image library. But its really clumsy and frustrating to me. So I'm here for the advice and suggestion from the experts.
So my question is- "Is there any other ways regarding php or js that I can use to get my desired result?"
Thanks in advance.