Hi folks,
I am currently runing a job search site.
The script at present (on the admin stats page) displays :
- total number of registered jobseekers.
- total number of registered employees.
- number of CV's uploaded
- number of online resumes created
These figures are only totals (to date). I was hoping to be able to create a script that would be run on a cron or something similiar that would at a set time fetch the server date count the rows in the relevant tables then store the stats in a new database, which in turn would show the daily stats, example :
Friday 29th July :
100 jobseekers
50 employeees
60 Cvs
20 resumes
Sat 30th July :
120 jobseekers
52 employeees
61 Cvs
23 resumes
e.t.c
Can anyone possibly tell me if this is possible?
Regards
Adam