Gary's Bike Log |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I have another generation of the bike log script (v4) running. This one opens a csv file of ride times and distances, sums them and displays a graph or table of the last ten entries. The graph loads with just an image link to the script as shown below. The table is a little trickier, in that it requires an Apache's server side include (ssi) statement to load. I have been trying to find another way to do it, but haven't yet. The problem is that I want the table to appear in a regular html file, deposited there by the script. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Below is the html that calls a perl script for the graph and table above. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<img src="bike_log_4.pl?submit=plot"> |
<!--#include file="bike_log_4.pl?submit=table"--> |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Contact me for information about the perl code. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
So, what's next? I would like to enter data through a web page. I would like to be able to view a variable number of entries. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last modified on Monday, 04-Jul-2011 20:04:52 MDT