I am new to programming, I have built a site and retrieving images dynamically through PHP code: <img src="product_images/thumb/<?php echo $prodImage; ?>.jpg" border="0" width="150" /> Code (markup): At the same time I want to use an XML Image Gallery to navigate through the images, Currently I am using an image gallery which is generated by CoffeCup Flash Photo Gallery. How I can include PHP code to point out the images in XML file. I would be much appreciate someone can help on this problem. Thanks, Aftrix