Hi, i’m a newb to php & XML, please excuse my question if it’s a bit simple. I have 3 different websites that I’d like to all display the same news. So basically I’d like to update only one file and then have the other sites dynamically reflect those changes. These sites are NOT on the same server by the way.
It would be easy if I was using flash…I would be able to import the contents of a .txt or XML file into a dynamic text box, but the extent of my php knowledge only invloves passing variables into .swfs, and all 3 sites are HTML / CSS- so i’m a bit lost as to how to proceed.
How would I approach this situation? My guess would be to have each site dynamically link to the XML file with absolute links and have php echo the results as HTML?
thx for the help in advance…