Quote Originally Posted by nosnappyname View Post
Skip, that second version acted the same as the first, but..... I found a number of notes that said: "$HTTP_GET_VARS[] Is IDENTICAL to $_GET, however, it is depreciated, and no longer in use in php 5 + (correct me if I am wrong). PHP advises you use $_GET, $_POST, $REQUEST.. etc for all your super global needs."

So I changed $HTTP_GET_VARS to $_GET and $HTTP_POST_VARS to $_POST everywhere in stats_monthly_sales.php and everything seemed to work fine. I guess something in my ISP's settings are tighter than yours.

Anyway, thanks and it really looks like a useful contribution.
Thanks nosnappyname for PHP 5.0 fix. I was asleep on that one.
I up loaded a new version 1.2 it should show up in a day or two.

Thanks again for the help

Skip