Jump to content

Generating a Webpage from XML File for Online Shop Item


MaioCV

Recommended Posts

Hi,

 

I'm quite an experienced programmer, but haven't come across this situation previously...

 

I have an on-line shop. shop.php contains generated links to the shop items, e.g. shop.php?item=123456 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 create a generic piece of code to generate the output webpage when the product item link is clicked and render to the user?

 

Thanks for any help,

 

Mark.

Thanks for the reply.

 

I have no problems with retrieving data from the XML file, it's the process of writing the webpage, with the retrieved XML data, and rendering the new webpage to the users browser, that's where I'm having trouble  :confused:

 

Thanks again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.