I know just enough PHP to get myself into heaps of trouble. I’m hopeful someone can steer me right on this one.
I have a website where every page has an XML driven slideshow in the header. Each page has a variable that points the slideshow XML to a specific gallery of photos to show. Right now, I have several XML files hardcoded to point to each individual gallery, but I want to just have one XML file that dynamically points to the different galleries. I found a dynamic PHP script that generates an XML file (http://www.developphp.com/view_lesson.php?v=311) and I have it working as long as it is pointing to a specific image gallery. I need to have the XML variable on the webpage brought into the XML file so that it can point to whatever gallery the webpage variable is set to. Am I making sense? Am I giving enough info?
Please, any help would be much appreciated. Thx.