Hi,
I'm quite an experienced programmer, but haven't come across this situation previously...
I have an on-line shop which is driven from shop.php. The shop.php generates a list of items based on set categories. The items are extracted from an XML file (XPath). The generated links to each shop item, e.g. shop.php?item=123456, are rewritten as 123456/bike1.html, defining each item.
All items are contained within an XML structured file, with the relevant data for image, title, description etc...
My issue is how to build a central piece of code to generate the required output webpage to display an item, e.g. bike1.html, when the product item link is clicked and render to the user?
Thanks for any help,
Mark.
Bookmarks