I am pretty new to all this, and I'm trying to show forecast data on my
website. The php code will actually generate the all the forecast data,
so I used the following code in the index.html.tmpl file....
<?php
require_once('printforecast.php')'
?>
And the php code simply does not run.
I looked around and found that adjustments need to be made in order to run
the php code within html. I have my site loaded on a Synology DSM 6.0;
using the Apache background server (Webstation).
If anyone can lend some insight on how to do this, it would be very much
appreciated.