fagnonk Posted May 20, 2009 Share Posted May 20, 2009 I have a Flash site that has a series of dynamic image galleries and now I would like to create a very simple php cms. Each gallery has an XML file that lists all of the images. In addition, I have created a master XML file that lists all of the galleries. This master file controls what is displayed in a gallery drop down menu. So in order to create a new gallery two things need to happen - a new xml file containing all of the filenames of the photos in the gallery and a new entry needs to be added to the master xml file that links to the new gallery. I have figured out how to create an upload system that records all uploaded filenames to an external xml file. Now I am trying to design a system that separates uploaded images by galleries and allows users to create new galleries. This seems like such a complicated system, Im not really sure how to get started. Does anyone have any ideas how this could be best organized? Is this really unclear? Link to comment https://forums.phpfreaks.com/topic/158868-image-content-managment-for-flash-site/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.