treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] linking changing content from one site to another

  • Hey guys,

    I have a store site and an e-commerce site. I want to make it so that when I change a price on the e-commerce site, the price I have listed on the store site changes automatically. Is there a way to do that?
  • If you have the prices stored in a database you could making both sites access a single source.
  • What if I don't have them stored in a database? Is there another way to do it?
  • That is a fine question. Maybe you could generate some sort of XML, but that's getting pretty far outside of my knowledge.