I'm creating a site that displays templates and a backend system that allows the owner to upload template files. The template files will have sections for images and text. I had originally thought I would ask the owner uploading templates to specify parameters for where the images and text belong on the template and then store them in they database, but asking for info like that seems too much for the non-technical user.
I'm currently using PHP to code, MySQL to store data and ImageMagick to manipulate the images.
Does anyone have suggestions on how to approach this?
Is there a better way for me to approach this?
Thanks!