Log in

View Full Version : php/mysql query question


achilles
03-15-2002, 02:55 PM
Hello,

I have a php page that summarizes information in a database based on a couple count queries...

Id like to make this page available but I only want the summary to updated something like once a month or every 2 weeks maybe instead of having it real time like it is now since the queries run every time u load the page.

Any suggestions for ways to go about this would be much appreciated.

N!ck
03-16-2002, 01:51 AM
store the information in a text file every two weeks

achilles
03-16-2002, 05:39 AM
yes but how would i automate this ?

Atm, I can just run the page w/ the querys myself every two weeks then save the results to a static html file... looking for something that will run on its own tho.