Step
1 - Construct the Data Script
The dynamic script can be constructed in any
language of your choice. Most Web Servers these
days come set up with a dynamic scripting language
which is configured to access your database
system. For convenience we recommend using the
language already configured on your web server.
(if
you haven't used or are unsure about what's
already available on your web server then
you should in the first instance speak to
your Web Server Administrator or ISP Hosting
company ).
The following are the most common Scripting
languages and cover over 90% of web servers
in use today:-
In the "./TemplateScripts"
directory you will find template scripts which
are designed to provide a base from which to
tailor a script for your implementation. You
are free to copy, modify and utilize these scripts
in any manor you wish.
Simply pick, from the links below, the template
script for your environment, modify where indicated
and upload to your web server.
PHP
template script - ./TemplateScripts/PHP/LineData.php
ASP
template script - ./TemplateScripts/ASP/LineData.asp
JSP
template script - ./TemplateScripts/JSP/LineData.jsp
Java
Servlet - ./TemplateScripts/Servlet/LineData.java
When modifying the applet configuration parameters
within these scripts please also refer to the
following section in the Documentation,
Documentation
- Line Graph Configuration Options
^^
back to top
|