S Sachiel New member Dec 14, 2005 #1 How can we provide fresh, changed content for our visitors on each subsequent visit, without relying on someone to generate this content on a daily or even hourly basis?
How can we provide fresh, changed content for our visitors on each subsequent visit, without relying on someone to generate this content on a daily or even hourly basis?
E eleven New member Dec 15, 2005 #4 webfreak said: RSS feeds or some sort of database driven website. Click to expand... Create a few rss feeds in php then use a cookie to track the visitors subsiquent visits then use an IF statement to display the relevent RSS feed. hope that helps... post your code if you need additional help.
webfreak said: RSS feeds or some sort of database driven website. Click to expand... Create a few rss feeds in php then use a cookie to track the visitors subsiquent visits then use an IF statement to display the relevent RSS feed. hope that helps... post your code if you need additional help.