KateKintail
08-28-2006, 09:17 AM
I have a list of names and associated websites that I want to display on a number of pages in my site. Currently, every time I have to add a new entry to the list I have to add it to every single HTML page where I have the list, which is annoying and leads to possible inconsistencies among documents.
I originally thought I might be able to make the list in a single XML document and import it into the HTML documents by binding it to a table. HOWEVER, many of my visitors use Safari and Firefox in addition to IE and the data is far too important not to be displayed for anyone. So I don’t think XML is the solution I’m looking for.
I have the ability to do php if there’s some sort of code that would work. Or maybe there’s an easier solution I’m overlooking.
Any suggestions would be greatly appreciated. Thank you!
I originally thought I might be able to make the list in a single XML document and import it into the HTML documents by binding it to a table. HOWEVER, many of my visitors use Safari and Firefox in addition to IE and the data is far too important not to be displayed for anyone. So I don’t think XML is the solution I’m looking for.
I have the ability to do php if there’s some sort of code that would work. Or maybe there’s an easier solution I’m overlooking.
Any suggestions would be greatly appreciated. Thank you!