The built-in web server has an integral reporting extension that allows you to produce a full report in HTML format and deliver it direct to a web browser. This reporting script is accessed using the standard CGI (Common Gateway Interface) protocol.
How it works
The idea is simple: you pass the parameters of the required report are being passed to the web server, including the ID number, the period (date and time), and any other required parameters, the report is being generated and then sent back to the web browser window.
...