Hi there,
I'm developing a statistics viewer. I have a table with raw data. I get like 10.000 - 30.000 visitor per day, so that table is very big 🙂
My problem is that calculating all data everytime takes so long that my browser times out. Then, I though of shell scripting that could execute a PHP script that calculates data each night, so I have static pages I can view each day.
I read the column by Darrell Brogdon in the Column section of PHPBuilder. I'm using the PHP module on a Apache webserver. I don't know much about Linux, but is there absolutely NO other way to do shell scripting if you don't have a CGI-compiled PHP version? TIA.
Greetz,
Vincent Driessen
Venlo, The Netherlands