On my index.html page I wish to have a link called "Today's message" that
contains a bit of PHP to fetch the message of the day.
I have this working from a daughter test page which has the extension .php.
When I implement this link from my Home Page I want the Home Page to still
be named index.html
How would I implement my desired operation?
TIA
Brian Tozer