Ideally, you would call the script with the date you want to output with a wrapper around it.
Then you are using the same script for all the data, not one script per page.
with a wrapper around it.
Kevin........I know you've laid this out like a tray of freshly boiled crawfish but I have a question (or two):
1. "you would call the script with the date you want to output"
no problem 2. "with a wrapper around it"
basically understand3. "Then you are using the same script for all the data, not one script per page"
I don't see how to do it without multiple instances of the script. Since you (or at least I) can't execute PHP on my PC how does one save the resulting report )Jan, Feb, Mar, etc) to pin it down long enough to add a wrapper?