im curious if somene can help me out. i have a site that has content that changes once a year (dates when our hotel opens and when we close) i have the dates/times of various pages, and every year i forget to edit at least one of the pages (leaving last years info by mistake)
is it possible to have a page that houses all the dates/times/whatever else changes... and have the html page read from that?
for instance, index.html, season.html, and other pages have our dates of when we open and close...
i would like to create a file, dates.dat and have it inject the time i have and dates i have in that file, to those html pages...
ideally, in dates.dat file, i could have it as so
date_open=may 14, 2010
date_close=October 24, 2010
frontdesk_hours=7am until 10pm
etc....
then, in my webpage, i could have:
Welcome to so and so, our front desk hours are from <frontdesk_hours>
and we are open from <date_open> until <date_close>
can someone give me a hand, im sure this is a fairy easy feat..
thanks
pj