Thank you for your response!
I do not have Web site in this moment, it is in preparation phase. I'm trying to make an data summary table (php) version for my web page using these instructions
http://wiki.sandaysoft.com/a/AnnualDataSummary. I did just as wrote in wiki page but this part confuses me......
.
.
.
.
"The 'tool' relies on two files for successful operation.... datasummary.css (the style sheet) and either readDayfile.js (the JavaScript) or readDayfile.php (the PHP version). The third file, datasummary.html/php, is simply a carrier page to show the data.
If you wish to use your own page to show the data on, do the following:
for the JS version
In the <HEAD> section.....
<link rel="stylesheet" type="text/css" media="screen" href="datasummary.css" />
<script src="
https://ajax.googleapis.com/ajax/libs/j ... /jquery.js" type="text/javascript"></script>
<script src="readDayfile.js" type="text/javascript"></script>
This loads the stylesheet; loads a jQuery library from Google servers (rather than having the file on your server, note later versions of jQuery are available, but not supported by old versions of Internet Explorer, amend the '1.5' used by DAJ if you want to); and loads the Javascript to build the table
Once the page is loaded it runs readDayfile.js and will look for a DIV called 'tableData'; inserting the data table within it. You can change the DIV it inserts into (see above).
for the PHP version
you still need the jQuery library as above
use the code
<?php include('readDayfile.php');?>"
.
.
.
.
and when I try to run datasummary php it does not work (see my first post). Get the error message that I miss the settings.php file. See that in datasummary.php mentioned common.php, top.php ........ the wiki pages has no word about these php's?
I do not use Saratoga template. Is it a requirement to have annual data table?
On the web server in the data directory I have formed monthly.txt and dayfile.txt files with all uploads in it and also these two database tables .
Tell me please what I did wrong? I am really stuck in this.....
I wish to have data summary web page table using php and my data base tables .
Thanks a lot